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

This commit is contained in:
jpk 2022-11-03 13:54:30 +01:00
parent 2c01fe7a38
commit ed3af6a905
1 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,8 @@ steps:
image: gcc:latest
commands:
- apt-get update -qq
- apt-get install -y libusb-1.0-0 libusb-1.0-0-dev cowsay
- gcc --version | head -n1 | cowsay
- apt-get install -y libusb-1.0-0 libusb-1.0-0-dev figlet
- gcc --version | head -n1 | figlet
- make config.h
- make
- name: gitea_release
@ -24,15 +24,15 @@ steps:
image: gcc:12
commands:
- apt-get update -qq
- apt-get install -y libusb-1.0-0 libusb-1.0-0-dev cowsay
- gcc --version | head -n1 | cowsay
- apt-get install -y libusb-1.0-0 libusb-1.0-0-dev figlet
- gcc --version | head -n1 | figlet
- make config.h
- make
- name: build gcc11
image: gcc:11
commands:
- apt-get update -qq
- apt-get install -y libusb-1.0-0 libusb-1.0-0-dev cowsay
- gcc --version | head -n1 | cowsay
- apt-get install -y libusb-1.0-0 libusb-1.0-0-dev figlet
- gcc --version | head -n1 | figlet
- make config.h
- make