File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -360,32 +360,6 @@ pipeline {
360360 }
361361 post { always { deleteDirWin() } }
362362 }
363- stage(' Math functions expressions test' ) {
364- agent any
365- steps {
366- unstash ' StanSetup'
367- setupCXX(true , env. CXX , stanc3_bin_url())
368- script {
369- dir(" lib/stan_math/" ) {
370- sh " echo O=0 > make/local"
371- withEnv([' PATH+TBB=./lib/tbb' ]) {
372- try { sh " ./runTests.py -j${ env.PARALLEL} test/expressions" }
373- finally { junit ' test/**/*.xml' }
374- }
375- withEnv([' PATH+TBB=./lib/tbb' ]) {
376- sh " python ./test/expressions/test_expression_testing_framework.py"
377- }
378- sh " make clean-all"
379- sh " echo STAN_THREADS=true >> make/local"
380- withEnv([' PATH+TBB=./lib/tbb' ]) {
381- try { sh " ./runTests.py -j${ env.PARALLEL} test/expressions" }
382- finally { junit ' test/**/*.xml' }
383- }
384- }
385- }
386- }
387- post { always { deleteDir() } }
388- }
389363 }
390364 when {
391365 expression {
You can’t perform that action at this time.
0 commit comments