2020-02-11 14:25:44 -08:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: test-compiler
|
2020-02-11 18:52:06 -08:00
|
|
|
image: archlinux
|
2020-02-11 14:25:44 -08:00
|
|
|
commands:
|
2020-02-11 18:56:55 -08:00
|
|
|
- pacman -Sy cmake gcc make llvm --noconfirm
|
2020-02-11 18:37:21 -08:00
|
|
|
- cd code/compiler
|
|
|
|
- ./test.sh
|