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") {
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue