summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRALOVICH, Kristóf <tade60@freemail.hu>2013-09-13 15:52:07 +0200
committerRALOVICH, Kristóf <tade60@freemail.hu>2013-09-13 15:52:07 +0200
commita9fa6a6205af4c499c944d852202b6d4275ca651 (patch)
treeb68f13e3c72afb10f2955961d6e313dd2ba97d78 /.travis.yml
parent70c9ee857523dbfebdcb1bab83cbfa8a6612a095 (diff)
testing: make sure tests are actually run
and not only built
Diffstat (limited to '.travis.yml')
-rwxr-xr-x.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bff659f..c3e7b5a 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,4 +13,4 @@ notifications:
before_install: sudo apt-get update && uname -a
install: sudo apt-get install libboost-dev libboost-date-time-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-test-dev libusb-dev
before_script: mkdir cmake-build
-script: cd cmake-build && cmake ../src -DCMAKE_BUILD_TYPE=Release -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make
+script: cd cmake-build && cmake ../src -DCMAKE_BUILD_TYPE=Release -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make && make test