blog-static/.drone.yml
Danila Fedorin 56387cb936
Some checks failed
continuous-integration/drone/push Build is failing
Add make to pacman command
2020-02-11 18:56:55 -08:00

12 lines
197 B
YAML

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