blog-static/.drone.yml
Danila Fedorin 00322d7e9f
Some checks failed
continuous-integration/drone/push Build is failing
Try switch to an image with CMake.
2020-02-11 18:47:40 -08:00

11 lines
157 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test-compiler
image: rikorose/gcc-cmake
commands:
- cd code/compiler
- ./test.sh