Skip to content

Commit

Permalink
Travis config added
Browse files Browse the repository at this point in the history
  • Loading branch information
lamerman committed Jun 25, 2015
1 parent 190a960 commit 1ad7b09
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: cpp

compiler:
- gcc

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

notifications:
email: false
2 changes: 1 addition & 1 deletion ext/gtest/CMakeLists.txt
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.8)
cmake_minimum_required(VERSION 2.8)
project(gtest_builder C CXX)
include(ExternalProject)

Expand Down

0 comments on commit 1ad7b09

Please sign in to comment.