mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-20 15:40:18 +01:00
Only run build on linux as windows doesn't like shell scripts....
This commit is contained in:
parent
d9586e25bb
commit
8a569fdc63
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -51,7 +51,9 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Build') {
|
||||
agent any
|
||||
agent {
|
||||
label "linux"
|
||||
}
|
||||
steps {
|
||||
unstash 'windows-natives'
|
||||
unstash 'osx-natives'
|
||||
|
|
|
|||
Loading…
Reference in a new issue