Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-dolzhenko authored Aug 16, 2019
1 parent 1e251e9 commit 1df5fed
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
language: cpp

dist: trusty
sudo: required
language:
- cpp
compiler:
- gcc
addons:
apt:
sources:
- boost-latest
- ubuntu-toolchain-r-test
packages:
- g++-4.9
- gcc-6
- g++-6
- cmake
- libboost-all-dev

script:
- export CC="gcc-4.9"
- export CXX="g++-4.9"
- export CC="/usr/bin/gcc-6"
- export CXX="/usr/bin/g++-6"
- gcc -v && g++ -v && cmake --version
- mkdir build
- cd build
- cmake ..
Expand Down

0 comments on commit 1df5fed

Please sign in to comment.