blog-static/.drone.yml
Danila Fedorin df965816ac
Some checks failed
continuous-integration/drone/push Build is failing
Update pacman command to download database files.
2020-02-11 18:53:39 -08:00

12 lines
192 B
YAML

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