summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-04-24 14:18:00 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-04-24 14:43:37 +0000
commit2c45d45133ff32d9c2c7a7ca81b1352b1aa74458 (patch)
treee0106e2167d1de857c337c690afb6691e701842b /.travis
parent7c0eb5c70bea026eca665466b05213e7b21e3cba (diff)
Fix continuous integration builds.
Diffstat (limited to '.travis')
-rw-r--r--.travis/cmake-windows.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/cmake-windows.sh b/.travis/cmake-windows.sh
index f22accc0..85d47e1b 100644
--- a/.travis/cmake-windows.sh
+++ b/.travis/cmake-windows.sh
@@ -31,7 +31,7 @@ travis_script() {
31 -e ENABLE_ARCH_x86_64=$x86_64 \ 31 -e ENABLE_ARCH_x86_64=$x86_64 \
32 -e ENABLE_TEST=true \ 32 -e ENABLE_TEST=true \
33 -e EXTRA_CMAKE_FLAGS="-DBOOTSTRAP_DAEMON=OFF -DMIN_LOGGER_LEVEL=DEBUG -DTEST_TIMEOUT_SECONDS=90 -DAUTOTEST=ON" \ 33 -e EXTRA_CMAKE_FLAGS="-DBOOTSTRAP_DAEMON=OFF -DMIN_LOGGER_LEVEL=DEBUG -DTEST_TIMEOUT_SECONDS=90 -DAUTOTEST=ON" \
34 -e DCMAKE_C_FLAGS="$C_FLAGS" \ 34 -e CMAKE_C_FLAGS="$C_FLAGS" \
35 -e CMAKE_CXX_FLAGS="$CXX_FLAGS" \ 35 -e CMAKE_CXX_FLAGS="$CXX_FLAGS" \
36 -e CMAKE_EXE_LINKER_FLAGS="$LD_FLAGS" \ 36 -e CMAKE_EXE_LINKER_FLAGS="$LD_FLAGS" \
37 -e CMAKE_SHARED_LINKER_FLAGS="$LD_FLAGS" \ 37 -e CMAKE_SHARED_LINKER_FLAGS="$LD_FLAGS" \