diff options
author | Akim Demaille <akim.demaille@gmail.com> | 2020-01-19 14:50:09 +0100 |
---|---|---|
committer | Akim Demaille <akim.demaille@gmail.com> | 2020-01-19 14:50:09 +0100 |
commit | ebe427bbf3d6a7b966f1c2239bd2139420f52197 (patch) | |
tree | 5d164d81852ea09d778a1c416e8c740752203183 /.travis.yml | |
parent | c6e2dcabae8730c58a7ac7bc587e552a97a9e3a7 (diff) | |
parent | 7e3a513d886a3334f9fac66183cba3d67a0a7fdf (diff) | |
download | bison-ebe427bbf3d6a7b966f1c2239bd2139420f52197.tar.gz |
Merge branch 'maint'
* maint:
maint: post-release administrivia
version 3.5.1
news: update
CI: use ICC again
warnings: pacify ICC in lalr1.cc
test: report.at: avoid tiny new failure
git: update ignores
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e06d449f..6e413f22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -118,6 +118,22 @@ jobs: - CXX='clang++-9 -fsanitize=address -stdlib=libc++' - PART=2 + - name: "ICC" + stage: check + os: linux + compiler: icc + env: + - CC=icc + - CXX=icpc + install: + - source /opt/intel/inteloneapi/compiler/latest/env/vars.sh + addons: + apt: + sources: + - sourceline: 'deb https://apt.repos.intel.com/oneapi all main' + key_url: 'https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB' + packages: + - intel-oneapi-icc ## ------- ## ## First. ## |