testing ci
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
Nishi 2026-09-15 05:54:19 +09:00
commit 0747cf2ec3

6
Jenkinsfile vendored
View file

@ -38,7 +38,7 @@ pipeline {
}
stage("Build for Windows 32-bit") {
agent {
label "built-in"
label "untrusted"
}
steps {
sh("git clean -dfx")
@ -51,7 +51,7 @@ pipeline {
}
stage("Build for Windows 64-bit") {
agent {
label "built-in"
label "untrusted"
}
steps {
sh("git clean -dfx")
@ -76,7 +76,7 @@ pipeline {
}
stage("Build for Windows 32-bit (Watcom)") {
agent {
label "built-in"
label "untrusted"
}
environment {
WATCOM = "/usr/watcom"