testing ci
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
09f2d6c565
commit
0747cf2ec3
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue