iMakefile en drone pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Marcel Nijenhof
2020-09-12 10:12:56 +02:00
parent 9e022df7da
commit 31657be32c
2 changed files with 19 additions and 0 deletions

13
.drone.yml Normal file
View File

@@ -0,0 +1,13 @@
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: Compile
commands:
- make

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
CFLAGS=-O2 -Wall
wait: wait.c
clean:
rm wait