Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bcharlier committed Apr 19, 2019
1 parent f0642a0 commit 62515ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@ pipeline {
sh 'git submodule update --init'
sh 'cd pykeops/test && python3 unit_tests_pytorch.py'
sh 'cd pykeops/test && python3 unit_tests_numpy.py'
sh 'cd keopslab/test && export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 && matlab -nodisplay -r \"r=runtests\(\'generic_test.m\'\),exit\(sum\([r\(:\).Failed]\)\)\"'
sh '''
cd keopslab/test
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6
matlab -nodisplay -r "r=runtests(\'generic_test.m\'),exit(sum([r(:).Failed]))"
'''
}
}
}
Expand Down

0 comments on commit 62515ea

Please sign in to comment.