Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehrdaddev committed Nov 29, 2018
1 parent b6098dd commit 87ca2a5
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,16 @@
dist: trusty
sudo: required
language:
- cpp
compiler:
- gcc
sudo: false
language: cpp

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-6
- g++-6
- cmake
- libssl-dev

script:
- export CC=/usr/bin/gcc-6
- export CXX=/usr/bin/g++-6
# Run your build commands next
- mkdir bin
- cd bin
- cmake ..
- CXX=/usr/bin/g++-6 CC=/usr/bin/gcc-6 cmake .
- make -j9
- make test

Expand Down

0 comments on commit 87ca2a5

Please sign in to comment.