Skip to content

Commit

Permalink
Travis script v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erincatto committed Jan 12, 2019
1 parent d618cc0 commit 0902c16
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
language: cpp
compiler: clang

compiler:
- gcc
- clang

before_script:
- mkdir build
- cd build
- cmake ..

script: make
matrix:
include:
- os: linux
env:
- os: osx
env:

script:
- mkdir build
- cd build
- cmake ..
- cmake --build .

0 comments on commit 0902c16

Please sign in to comment.