Skip to content

Commit

Permalink
bugfix in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
svenwoop committed Oct 25, 2018
1 parent 89cec3b commit 160914e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def runConfig(config):
elif OS == "linux":
if (compiler == "ICC19"):
conf.append("-D CMAKE_CXX_COMPILER="+nas+"/intel/2019.0/bin/icpc -D CMAKE_C_COMPILER="+nas+"/intel/2019.0/bin/icc")
else if (compiler == "ICC18"):
elif (compiler == "ICC18"):
conf.append("-D CMAKE_CXX_COMPILER="+nas+"/intel/2018.0/bin/icpc -D CMAKE_C_COMPILER="+nas+"/intel/2018.0/bin/icc")
elif (compiler == "ICC17"):
conf.append("-D CMAKE_CXX_COMPILER="+nas+"/intel/2017.1/bin/icpc -D CMAKE_C_COMPILER="+nas+"/intel/2017.1/bin/icc")
Expand Down

0 comments on commit 160914e

Please sign in to comment.