Skip to content

Commit

Permalink
Adds Travis C++ Build, see #25
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-j-h committed Jan 24, 2017
1 parent b2b06ce commit 9fbe17d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ matrix:
packages: ['g++-6', 'cmake', 'python3', 'nodejs', 'npm']
env: CCOMPILER='gcc-6' CXXCOMPILER='g++-6'

- os: linux
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-6', 'cmake', 'python3', 'nodejs', 'npm']
env: CCOMPILER='g++-6' CXXCOMPILER='g++-6'

- os: linux
addons:
apt:
Expand Down

0 comments on commit 9fbe17d

Please sign in to comment.