Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'ci-add-travis'
* ci-add-travis:
  travis: Add initial configuration
  • Loading branch information
jcfr committed Feb 16, 2015
2 parents 9afe013 + e8f3180 commit 43401ae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,6 +11,7 @@ lib

# Ignore all dotfiles...
.*
!.travis.yml

# Ignore all back-up files...
*~
Expand Down
20 changes: 20 additions & 0 deletions .travis.yml
@@ -0,0 +1,20 @@
language: c

compiler:
- gcc
- clang

branches:
only:
- master
- /^ci.*$/

before_script:
- wget -P /tmp/ https://raw.githubusercontent.com/davidsansome/python-cmake-buildsystem/dashboard/travis_dashboard.cmake

script:
- ctest -V -S /tmp/travis_dashboard.cmake

after_script:
- cat ${TRAVIS_BUILD_DIR}-build/CMakeCache.txt

0 comments on commit 43401ae

Please sign in to comment.