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

This commit is contained in:
jpk 2022-11-01 15:17:54 +01:00
parent 171db992b7
commit f75fba078e
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: build gcc12
image: gcc:12
commands:
- make config.h
- make
- name: build gcc11
image: gcc:11
commands:
- make config.h
- make