summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-08-11 06:34:55 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-08-11 07:18:48 +0200
commit3724b50ef951a05afe01ead58adfda6147861c35 (patch)
tree3fa233d0cb860043fa1e6a2eb6be87416d365cba /.travis.yml
parentb801b7b670872b8a31d11b3683b4afc3e45a07f8 (diff)
downloadbison-3724b50ef951a05afe01ead58adfda6147861c35.tar.gz
CI: intel moved the script for ICC
* .travis.yml: Adjust.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 853d5488..ed804e02 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,6 +50,7 @@ jobs:
- make -j2 dist-xz
# Can help understanding why we get "dirty" tarballs.
- git status
+ - git diff
- dist=$(echo bison*.xz)
# Unfortunately we cannot deterministically know the name of the tarball without the full
@@ -129,7 +130,7 @@ jobs:
- CC=icc
- CXX=icpc
install:
- - source /opt/intel/inteloneapi/compiler/latest/env/vars.sh
+ - source /opt/intel/oneapi/compiler/latest/env/vars.sh
addons:
apt:
sources: