summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/env_intelcompiler_license.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/env_intelcompiler_license.sh')
-rw-r--r--.gitlab/ci/env_intelcompiler_license.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab/ci/env_intelcompiler_license.sh b/.gitlab/ci/env_intelcompiler_license.sh
new file mode 100644
index 0000000..54743b2
--- /dev/null
+++ b/.gitlab/ci/env_intelcompiler_license.sh
@@ -0,0 +1,8 @@
+if test -n "$CMAKE_CI_INTELCOMPILER_LICENSE"; then
+ if test -d /opt/intel/licenses; then
+ mv "$CMAKE_CI_INTELCOMPILER_LICENSE" /opt/intel/licenses/ci.lic
+ else
+ rm "$CMAKE_CI_INTELCOMPILER_LICENSE"
+ fi
+ unset CMAKE_CI_INTELCOMPILER_LICENSE
+fi