Skip to content

Commit

Permalink
update pch header to match flags for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Nov 26, 2024
1 parent 627505a commit 9210a03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ pipeline {
unstash 'MathSetup'
if (!(params.optimizeUnitTests || isBranch('develop') || isBranch('master'))) {
sh "echo O=1 >> make/local"
} sh'''
}
sh'''
CXX=${CLANG_CXX} CC=${CLANG_CC} cmake -S . -B \"build\" -DCMAKE_BUILD_TYPE=RELEASE -DSTAN_OPENCL=ON -DSTAN_OPENCL_PLATFORM_ID=${OPENCL_PLATFORM_ID_GPU} -DSTAN_OPENCL_DEVICE_ID=${OPENCL_DEVICE_ID_GPU} && \
cd build && make -j${PARALLEL} test_unit_math_opencl_tests && ctest --output-on-failure --label-regex unit_math_opencl
'''
Expand Down

0 comments on commit 9210a03

Please sign in to comment.