add platform include path for jni
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
289b5ee43e
commit
ca604cab20
@ -11,6 +11,7 @@ include_directories(src/fluid/includes)
|
||||
set(JAVA_AWT_LIBRARY NotNeeded)
|
||||
if(EXISTS "/tmp/jni/jdk/include")
|
||||
include_directories(/tmp/jni/jdk/include)
|
||||
include_directories(/tmp/jni/jdk/include/linux)
|
||||
else()
|
||||
find_package(JNI REQUIRED)
|
||||
include_directories(${JNI_INCLUDE_DIRS})
|
||||
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -101,7 +101,7 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
always {
|
||||
junit testResults: 'out/build/default/Testing/**.xml', keepLongStdio: true, testDataPublishers: [[$class:'AttachmentPublisher']]
|
||||
junit testResults: 'out/build/Testing/**.xml', keepLongStdio: true, testDataPublishers: [[$class:'AttachmentPublisher']]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user