Skip to content

Commit

Permalink
Merge pull request #415 from dbr/update-travisci
Browse files Browse the repository at this point in the history
Update Travis-CI build file
  • Loading branch information
scoopxyz committed Apr 3, 2017
2 parents de9491e + ca3d84c commit 8ed53a1
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# travis-ci.org build file
# https://docs.travis-ci.com/user/languages/cpp

# As CMake is not officially supported we use erlang VMs
language: erlang
language: cpp

compiler:
- clang
- gcc

os:
- linux
- osx

# Settings to try
env:
- OPTIONS="-DCMAKE_BUILD_TYPE=Release -DOCIO_BUILD_TESTS=yes"

# Make sure CMake is installed
install:
- sudo apt-get install cmake

# Run the Build script
script:
- mkdir _build
Expand Down

0 comments on commit 8ed53a1

Please sign in to comment.