Skip to content

Commit

Permalink
travis update gcc to 4.9 for std reg_exp
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Jul 29, 2020
1 parent a4ecc43 commit ba240ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ matrix:
- cmake --build . --config Release --target faustgen_tilde_project
- os: linux
compiler: gcc
addons:
apt:
sources: ubuntu-toolchain-r-test
packages: g++-4.9
env: release_arch=Linux-amd64-32
install:
- export CXX=g++-4.9
- export CC=gcc-4.9
- git submodule update --init --recursive
- sudo apt-get install -y pkg-config libedit-dev
- curl -o ./llvm.tar.gz http://releases.llvm.org/5.0.0/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz
Expand Down

0 comments on commit ba240ab

Please sign in to comment.