Skip to content

Commit

Permalink
Update pipeline.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastaZIuk authored May 27, 2023
1 parent eec466a commit fa70781
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ def execute(agent)
{
stage('CMake')
{
agent.execute("cmake -DNBL_UPDATE_GIT_SUBMODULE=OFF -DNBL_COMPILE_WITH_CUDA:BOOL=OFF -DNBL_BUILD_OPTIX:BOOL=OFF -DNBL_BUILD_MITSUBA_LOADER:BOOL=OFF -DNBL_BUILD_RADEON_RAYS:BOOL=OFF -DNBL_RUN_TESTS:BOOL=ON -S ./ -B ./build -T v143", true)
agent.execute("git -C ./3rdparty/gli reset --hard") // due to gli build system bug
agent.execute("cmake -DNBL_UPDATE_GIT_SUBMODULE=OFF -DNBL_COMPILE_WITH_CUDA:BOOL=OFF -DNBL_BUILD_OPTIX:BOOL=OFF -DNBL_BUILD_MITSUBA_LOADER:BOOL=OFF -DNBL_BUILD_RADEON_RAYS:BOOL=OFF -DNBL_RUN_TESTS:BOOL=ON -S ./ -B ./build -T v143")
}

Expand Down

0 comments on commit fa70781

Please sign in to comment.