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