mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
Trying gcc 4.8 on travis to avoid bogus strict aliasing warnings.
Copied from Perforce Change: 191246 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
3b61f6cb24
commit
757dd02c4e
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ notifications:
|
|||
- mps-travis@ravenbrook.com
|
||||
irc: "irc.freenode.net#memorypoolsystem"
|
||||
before_install:
|
||||
- test "$TRAVIS_OS_NAME" = "linux" && sudo apt-get -qq update
|
||||
- test "$TRAVIS_OS_NAME" = "linux" && sudo apt-get install -y gcc-4.7
|
||||
- if test "$TRAVIS_OS_NAME" = "linux"; then sudo apt-get -qq update; fi
|
||||
- if test "$TRAVIS_OS_NAME" = "linux"; then sudo apt-get install -y gcc-4.8; fi
|
||||
script:
|
||||
- ./configure --prefix=$PWD/prefix && make install && make test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue