CI: always uninstall icc

This commit is contained in:
Akim Demaille
2019-09-12 13:16:30 +02:00
parent 67444a6f0d
commit ec11f08fb3

View File

@@ -450,4 +450,4 @@ script:
- if test ${PART-2} = 2; then make maintainer-check-g++ VERBOSE=1 TESTSUITEFLAGS=-j2 || { cat tests/testsuite.log && false; }; fi
after_script:
- if [[ $CC == "icc" ]]; then uninstall_intel_software || true; fi
- uninstall_intel_software || true