serene/.ci.yml

16 lines
213 B
YAML
Raw Normal View History

2022-06-12 10:08:38 +01:00
kind: pipeline
type: docker
name: default
2022-06-12 10:51:00 +01:00
platform:
os: linux
2022-06-12 11:54:10 +01:00
arch: arm64
2022-06-12 10:08:38 +01:00
steps:
2022-06-12 17:35:49 +01:00
- name: Build
image: rg.fr-par.scw.cloud/serene/llvm:15-7
2022-06-12 10:08:38 +01:00
commands:
- ./builder build
2022-06-12 10:08:38 +01:00
when:
branch:
- master