From 37ac994f2be71eb5efb356c54aa987a5efb5101d Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: ćšć, 29 8æ 2019 19:28:10 +0800 Subject: [PATCH] test new travis configuration --- .travis.yml | 41 ++++++++++++++++++++++++++++++++++++++++- 1 files changed, 40 insertions(+), 1 deletions(-) diff --git a/.travis.yml b/.travis.yml index c0fc02e..2e4539c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,40 @@ -language: cpp \ No newline at end of file +language: cpp + +matrix: + include: + - os: linux + dist: bionic + addons: + apt: + packages: + - cmake + - valgrind + - libssl-dev + - zlib1g-dev + - libboost-test-dev + - libboost-filesystem-dev + - libboost-iostreams-dev + - libboost-program-options-dev + - libboost-system-dev + - libboost-thread-dev + - os: linux + dist: xenial + addons: + apt: + packages: + - cmake + - valgrind + - libssl-dev + - zlib1g-dev + - libboost-test-dev + - libboost-filesystem-dev + - libboost-iostreams-dev + - libboost-program-options-dev + - libboost-system-dev + - libboost-thread-dev + +before_script: + - mkdir build + - cd build && cmake .. +script: + - make -- Gitblit v1.9.1