mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-31 12:54:25 +01:00
Add the tools.
This commit is contained in:
parent
cc2c663916
commit
69d6b1b8a6
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
|
@ -13,6 +13,7 @@ pipeline {
|
|||
label "windows"
|
||||
}
|
||||
steps {
|
||||
bat 'echo %JAVA_HOME%'
|
||||
bat 'mvn -B -DskipTests clean package'
|
||||
}
|
||||
post {
|
||||
|
|
@ -26,6 +27,7 @@ pipeline {
|
|||
label "linux"
|
||||
}
|
||||
steps {
|
||||
sh 'echo $JAVA_HOME'
|
||||
sh 'mvn -B -DskipTests clean package'
|
||||
}
|
||||
post {
|
||||
|
|
@ -39,6 +41,7 @@ pipeline {
|
|||
label "osx"
|
||||
}
|
||||
steps {
|
||||
sh 'echo $JAVA_HOME'
|
||||
sh 'mvn -B -DskipTests clean package'
|
||||
}
|
||||
post {
|
||||
|
|
|
|||
Loading…
Reference in a new issue