You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
445 B
YAML
18 lines
445 B
YAML
pipeline:
|
|
lint:
|
|
image: git.qcode.ch/nakamochi/ci-zig0.10.1:v2
|
|
commands:
|
|
- ./tools/fmt-check.sh
|
|
test:
|
|
image: git.qcode.ch/nakamochi/ci-zig0.10.1:v2
|
|
commands:
|
|
- zig build test
|
|
aarch64:
|
|
image: git.qcode.ch/nakamochi/ci-zig0.10.1:v2
|
|
commands:
|
|
- zig build -Ddriver=fbev -Dtarget=aarch64-linux-musl
|
|
sdl2:
|
|
image: git.qcode.ch/nakamochi/ci-zig0.10.1:v2
|
|
commands:
|
|
- zig build -Ddriver=sdl2
|