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