Skip to content

Commit

Permalink
second trial with travis ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
steffennissen committed Nov 29, 2015
1 parent 06a575a commit f7bf529
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
sudo: false

language: cpp

compiler:
- gcc
- clang

install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- clang

before_script:
- cmake .
script: make

script: make

0 comments on commit f7bf529

Please sign in to comment.