blog-static/.drone.yml
Danila Fedorin fbdbf67ce3
All checks were successful
continuous-integration/drone/push Build is passing
Add gettext to build requirements to satisfy flex
2020-02-11 19:28:24 -08:00

12 lines
216 B
YAML

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