Skip to content

Commit

Permalink
travis: more compile combinations
Browse files Browse the repository at this point in the history
- add tests whith disabled dependencies
  • Loading branch information
psychocrypt committed Mar 26, 2018
1 parent cf40117 commit 5cdabae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 5cdabae

Please sign in to comment.