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

This commit is contained in:
jpk 2022-11-02 15:19:19 +01:00
parent 5976b5e067
commit 296c260964
1 changed files with 4 additions and 2 deletions

View File

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