.travis.yml
@@ -17,6 +17,7 @@ - libboost-program-options-dev - libboost-system-dev - libboost-thread-dev - libboost-date-time-dev - os: linux dist: xenial addons: @@ -32,9 +33,20 @@ - libboost-program-options-dev - libboost-system-dev - libboost-thread-dev - libboost-date-time-dev stages: - compile - test before_script: - mkdir build - cd build && cmake .. script: - make - cd build && cmake -DCMAKE_INSTALL_PREFIX=../../install .. jobs: include: - stage: compile script: - make make install - stage: test script: make test