blog-static/.drone.yml
Danila Fedorin b07ea8fe9c
All checks were successful
continuous-integration/drone/push Build is passing
Add initial drone configuration file
2020-02-11 13:25:10 -08:00

11 lines
159 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test-compiler
image: gcc
commands:
- cd code/compiler/09
- mkdir build && cd build