blog-static/.drone.yml

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