blog-static/.drone.yml
Danila Fedorin c7341c9b15
Some checks failed
continuous-integration/drone/push Build is failing
Try again to include all the required tooling
2020-02-11 18:52:06 -08:00

12 lines
191 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test-compiler
image: archlinux
commands:
- pacman -S cmake gcc llvm --noconfirm
- cd code/compiler
- ./test.sh