byeah
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-01 22:57:19 +09:00
commit 8ecf8eb8f5
Signed by: nishi
GPG key ID: 27EF69B208EB9343

1
Jenkinsfile vendored
View file

@ -10,6 +10,7 @@ pipeline {
label "built-in"
}
steps {
sh("git submodule update --init --recursive --force")
sh("make -j4 CC=musl-gcc LDFLAGS=-static")
archiveArtifacts("taiga")
}