Skip to content

Commit

Permalink
Fix jenkinsfile compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Nov 20, 2017
1 parent a6c6058 commit 94c3f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -31,7 +31,7 @@ pipeline {
stage ('build'){
steps {
sh 'make clean'
sh 'CXX=g++-6.3.0 LD=g++-6.3.0 ETL_MKL=true make -j6 release_debug'
sh 'CXX=g++-6.4.0 LD=g++-6.4.0 ETL_MKL=true make -j6 release_debug'
}
}

Expand Down

0 comments on commit 94c3f17

Please sign in to comment.