Add '.drone.yml'
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: Test C Build
|
||||
|
||||
platform:
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: gcc
|
||||
commands:
|
||||
- gcc *.c --verbose
|
||||
Reference in New Issue
Block a user