From e5134a99dfc488c839f938c6bf092cf0f69850f8 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <gcontini@users.noreply.github.com> Date: 周日, 01 9月 2019 18:42:28 +0800 Subject: [PATCH] add tests to travis-ci --- .travis.yml | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ebed1dc..88a8ea0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ - valgrind - libssl-dev - zlib1g-dev + - libboost-dev - libboost-test-dev - libboost-filesystem-dev - libboost-iostreams-dev @@ -27,6 +28,7 @@ - valgrind - libssl-dev - zlib1g-dev + - libboost-dev - libboost-test-dev - libboost-filesystem-dev - libboost-iostreams-dev @@ -34,9 +36,12 @@ - libboost-system-dev - libboost-thread-dev - libboost-date-time-dev - + before_script: - - mkdir build - - cd build && cmake .. -script: - - make + - mkdir build + - cd build && cmake -DCMAKE_INSTALL_PREFIX=../../install .. + +script: + - make + - make install + - make test -- Gitblit v1.9.1