Updated pipeline
continuous-integration/drone/push Build is failing Details

This commit is contained in:
jpk 2022-11-02 15:15:04 +01:00
parent f75fba078e
commit 5976b5e067
1 changed files with 2 additions and 0 deletions

View File

@ -5,10 +5,12 @@ steps:
- name: build gcc12
image: gcc:12
commands:
- apt install libusb-1
- make config.h
- make
- name: build gcc11
image: gcc:11
commands:
- apt install libusb-1
- make config.h
- make