Only run build on linux as windows doesn't like shell scripts....

This commit is contained in:
Endolf 2018-05-24 19:28:58 +01:00
parent d9586e25bb
commit 8a569fdc63

4
Jenkinsfile vendored
View file

@ -51,7 +51,9 @@ pipeline {
}
}
stage('Build') {
agent any
agent {
label "linux"
}
steps {
unstash 'windows-natives'
unstash 'osx-natives'