We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711bf32 commit 87a66ecCopy full SHA for 87a66ec
Jenkinsfile
@@ -248,7 +248,7 @@ pipeline {
248
// skips tests that require specific support in OpenCL
249
sh 'echo "ifdef NO_CPU_OPENCL_INT64_BASE_ATOMIC" >> make/local'
250
sh 'echo "CXXFLAGS += -DSTAN_TEST_SKIP_REQUIRING_OPENCL_INT64_BASE_ATOMIC" >> make/local'
251
- sh "echo endif"
+ sh "echo endif" << make/local
252
253
runTests("test/unit/math/opencl", false)
254
runTests("test/unit/multiple_translation_units_test.cpp")
0 commit comments