Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Jan 24, 2017
1 parent 8bfaf1f commit 06dc1f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/Jenkins.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ node {
sh 'cccc include/etl/*.hpp test/*.cpp workbench/*.cpp || true'

env.ETL_THREADS="-j6"
env.CXX="g++-4.9.3"
env.LD="g++-4.9.3"
env.ETL_GPP="g++-4.9.3"
env.CXX="g++-4.9.4"
env.LD="g++-4.9.4"
env.ETL_GPP="g++-4.9.4"
env.LD_LIBRARY_PATH="${env.LD_LIBRARY_PATH}:/opt/intel/mkl/lib/intel64"
env.LD_LIBRARY_PATH="${env.LD_LIBRARY_PATH}:/opt/intel/lib/intel64"

Expand Down

0 comments on commit 06dc1f6

Please sign in to comment.