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.
27 lines
865 B
YAML
27 lines
865 B
YAML
clone:
|
|
git:
|
|
image: woodpeckerci/plugin-git
|
|
# https://woodpecker-ci.org/plugins/Git%20Clone
|
|
settings:
|
|
# tags are required for aarch64 release builds
|
|
tags: true
|
|
pipeline:
|
|
lint:
|
|
image: git.qcode.ch/nakamochi/ci-zig0.10.1:v2
|
|
commands:
|
|
- ./tools/fmt-check.sh
|
|
- git log --graph --oneline --all -n20
|
|
# test:
|
|
# image: git.qcode.ch/nakamochi/ci-zig0.10.1:v2
|
|
# commands:
|
|
# - zig build test
|
|
# sdl2:
|
|
# image: git.qcode.ch/nakamochi/ci-zig0.10.1:v2
|
|
# commands:
|
|
# - zig build -Ddriver=sdl2
|
|
# aarch64:
|
|
# image: git.qcode.ch/nakamochi/ci-zig0.10.1:v2
|
|
# commands:
|
|
# - zig build -Ddriver=fbev -Dtarget=aarch64-linux-musl -Drelease-safe -Dstrip
|
|
# - sha256sum zig-out/bin/nd zig-out/bin/ngui
|