Revert to YAML

This commit is contained in:
2020-02-11 14:25:44 -08:00
parent 12725500a8
commit a5b84bab69
2 changed files with 10 additions and 23 deletions

10
.drone.yml Normal file
View File

@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: test-compiler
image: gcc
commands:
- cd code/compiler/09
- mkdir build && cd build