Skip to content

Commit 2091755

Browse files
authored
pleas e don't glitch our CI again, add -DCMAKE_SUPPRESS_REGENERATION:BOOL=ON to get rid of ZERO_CHECK target rerunning configuration during build steps
1 parent 283b239 commit 2091755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/22.RaytracedAO/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ stage('CMake')
22
{
33
bat returnStatus: true, script: "cmake -DNBL_COMPILE_WITH_CUDA:BOOL=ON -DNBL_BUILD_OPTIX:BOOL=ON -DNBL_BUILD_MITSUBA_LOADER:BOOL=ON -DNBL_BUILD_RADEON_RAYS:BOOL=ON -DNBL_RUN_TESTS:BOOL=ON -S ./ -B ./build -T v143"
44
bat "git -C ./3rdparty/gli reset --hard" // due to gli build system bug
5-
bat "cmake -DNBL_COMPILE_WITH_CUDA:BOOL=ON -DNBL_BUILD_OPTIX:BOOL=ON -DNBL_BUILD_MITSUBA_LOADER:BOOL=ON -DNBL_BUILD_RADEON_RAYS:BOOL=ON -DNBL_RUN_TESTS:BOOL=ON -S ./ -B ./build -T v143"
5+
bat "cmake -DCMAKE_SUPPRESS_REGENERATION:BOOL=ON -DNBL_COMPILE_WITH_CUDA:BOOL=ON -DNBL_BUILD_OPTIX:BOOL=ON -DNBL_BUILD_MITSUBA_LOADER:BOOL=ON -DNBL_BUILD_RADEON_RAYS:BOOL=ON -DNBL_RUN_TESTS:BOOL=ON -S ./ -B ./build -T v143"
66
}
77

88
stage('Compile Nabla')

0 commit comments

Comments
 (0)