summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-08 08:29:37 -0700
committerirungentoo <irungentoo@gmail.com>2013-08-08 08:29:37 -0700
commita02390836e102eaecc123348a6ffcedb082198b9 (patch)
tree726614f53baf550791e306c4d315856fa4268d54 /.travis.yml
parent4542a6b82965ac580e764b09be9b18c9c72fcf36 (diff)
parent50214c54066bfe9340d4574df91afb3f4f5b1160 (diff)
Merge pull request #395 from fhahn/ctest
Use ctest to integrate unit tests into cmake build system
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b8699ec1..c8b479f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,7 @@ script:
30 - mkdir build && cd build 30 - mkdir build && cd build
31 - cmake .. 31 - cmake ..
32 - make -j3 32 - make -j3
33 - make test
33# build docs separately 34# build docs separately
34 - make docs 35 - make docs
35 36