Gabriele Contini
2019-09-01 9445e20573c687651318daeb4871108ec3cb71ad
.travis.yml
@@ -34,9 +34,19 @@
             - 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