.travis.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.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