Add initial drone configuration file
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danila Fedorin 2020-02-11 13:25:10 -08:00
parent 9a7441779f
commit b07ea8fe9c
1 changed files with 10 additions and 0 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