jenkins update
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
e08ae42cde
commit
23999d56f4
@ -9,6 +9,7 @@ include_directories(src/fluid/includes)
|
|||||||
|
|
||||||
# include jni
|
# include jni
|
||||||
set(JAVA_AWT_LIBRARY NotNeeded)
|
set(JAVA_AWT_LIBRARY NotNeeded)
|
||||||
|
# /usr/lib/jvm/java-17-openjdk-amd64/include
|
||||||
find_package(JNI REQUIRED)
|
find_package(JNI REQUIRED)
|
||||||
include_directories(${JNI_INCLUDE_DIRS})
|
include_directories(${JNI_INCLUDE_DIRS})
|
||||||
|
|
||||||
|
|||||||
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -3,9 +3,6 @@ pipeline {
|
|||||||
tools {
|
tools {
|
||||||
maven '3.9.6'
|
maven '3.9.6'
|
||||||
}
|
}
|
||||||
environment {
|
|
||||||
JAVA_HOME = '/usr/lib/jvm/java-17-openjdk-amd64/include'
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Setup') {
|
stage('Setup') {
|
||||||
steps {
|
steps {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user