blog-static/.drone.yml
Danila Fedorin a7e32d300a
Some checks failed
continuous-integration/drone/push Build is failing
Add bison and flex to build requirements
2020-02-11 19:17:31 -08:00

12 lines
208 B
YAML

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