blog-static/.drone.yml

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