diff options
author | psychocrypt <psychocryptHPC@gmail.com> | 2018-03-26 21:59:11 +0200 |
---|---|---|
committer | psychocrypt <psychocryptHPC@gmail.com> | 2018-03-26 22:58:04 +0200 |
commit | 5cdabae1258ffe7e0069b652d94fcd574047c206 (patch) | |
tree | 22a097d0837430e80dda0cb3f353d6bb3b36a2b5 | |
parent | cf40117e91a620d2d9c713325ad022b7807d87bb (diff) | |
download | xmr-stak-5cdabae1258ffe7e0069b652d94fcd574047c206.zip xmr-stak-5cdabae1258ffe7e0069b652d94fcd574047c206.tar.gz |
travis: more compile combinations
- add tests whith disabled dependencies
-rw-r--r-- | .travis.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index de5b45f..f263e86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,22 @@ matrix: - CMAKE_C_COMPILER=gcc-6 - XMRSTAK_CMAKE_FLAGS="-DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF" + # test with disabled HWLOC, MICROHTTPD, OpenSSL and no accelerators + - os: linux + compiler: gcc + addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - *default_packages + - gcc-6 + - g++-6 + env: + - CMAKE_CXX_COMPILER=g++-6 + - CMAKE_C_COMPILER=gcc-6 + - XMRSTAK_CMAKE_FLAGS="-DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF -DHWLOC_ENABLE=OFF -DOpenSSL_ENABLE=OFF -DMICROHTTPD_ENABLE=OFF" + - os: linux compiler: gcc addons: |