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