serene/.ci.yml

17 lines
235 B
YAML

kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm64
steps:
- name: Build
image: rg.fr-par.scw.cloud/serene/llvm:15-7
commands:
- cmake --version
- ./builder build
when:
branch:
- master