Remove windows CI job
This commit is contained in:
parent
b8428c1aab
commit
0dc2f68034
1 changed files with 0 additions and 23 deletions
23
Jenkinsfile
vendored
23
Jenkinsfile
vendored
|
@ -32,28 +32,5 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage("Build on Windows") {
|
||||
agent {
|
||||
label 'windows'
|
||||
}
|
||||
|
||||
steps {
|
||||
|
||||
bat 'compile.bat'
|
||||
|
||||
archiveArtifacts artifacts: "cpp\\build\\Debug\\vsleep-cpp.exe", fingerprint: true
|
||||
archiveArtifacts artifacts: "cpp\\build\\Debug\\pause-cpp.exe", fingerprint: true
|
||||
|
||||
archiveArtifacts artifacts: "dart\\out\\*.exe", fingerprint: true
|
||||
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue