mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
CI: intel moved the script for ICC
* .travis.yml: Adjust.
This commit is contained in:
@@ -50,6 +50,7 @@ jobs:
|
|||||||
- make -j2 dist-xz
|
- make -j2 dist-xz
|
||||||
# Can help understanding why we get "dirty" tarballs.
|
# Can help understanding why we get "dirty" tarballs.
|
||||||
- git status
|
- git status
|
||||||
|
- git diff
|
||||||
- dist=$(echo bison*.xz)
|
- dist=$(echo bison*.xz)
|
||||||
|
|
||||||
# Unfortunately we cannot deterministically know the name of the tarball without the full
|
# Unfortunately we cannot deterministically know the name of the tarball without the full
|
||||||
@@ -129,7 +130,7 @@ jobs:
|
|||||||
- CC=icc
|
- CC=icc
|
||||||
- CXX=icpc
|
- CXX=icpc
|
||||||
install:
|
install:
|
||||||
- source /opt/intel/inteloneapi/compiler/latest/env/vars.sh
|
- source /opt/intel/oneapi/compiler/latest/env/vars.sh
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
|||||||
1
lib/.gitignore
vendored
1
lib/.gitignore
vendored
@@ -336,6 +336,7 @@
|
|||||||
/sys_types.in.h
|
/sys_types.in.h
|
||||||
/sys_wait.in.h
|
/sys_wait.in.h
|
||||||
/sysexits.in.h
|
/sysexits.in.h
|
||||||
|
/termios.h
|
||||||
/termios.in.h
|
/termios.in.h
|
||||||
/textstyle.h
|
/textstyle.h
|
||||||
/textstyle.in.h
|
/textstyle.in.h
|
||||||
|
|||||||
1
m4/.gitignore
vendored
1
m4/.gitignore
vendored
@@ -67,6 +67,7 @@
|
|||||||
/intlmacosx.m4
|
/intlmacosx.m4
|
||||||
/intmax.m4
|
/intmax.m4
|
||||||
/intmax_t.m4
|
/intmax_t.m4
|
||||||
|
/inttypes-pri.m4
|
||||||
/inttypes.m4
|
/inttypes.m4
|
||||||
/inttypes_h.m4
|
/inttypes_h.m4
|
||||||
/isnan.m4
|
/isnan.m4
|
||||||
|
|||||||
Reference in New Issue
Block a user