Specify to not use boost static libs via command line in ci

pull/100/head
Nicolas Werner 5 years ago
parent 6d6d4fbcc1
commit f1340f7127
  1. 3
      .ci/script.sh

@ -38,7 +38,8 @@ cmake --build .deps
# Build nheko # Build nheko
cmake -GNinja -H. -Bbuild \ cmake -GNinja -H. -Bbuild \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=.deps/usr -DCMAKE_INSTALL_PREFIX=.deps/usr \
-DBUILD_SHARED_LIBS=ON # weird workaround, as the boost 1.70 cmake files seem to be broken?
cmake --build build cmake --build build
if [ "$TRAVIS_OS_NAME" = "osx" ]; then if [ "$TRAVIS_OS_NAME" = "osx" ]; then

Loading…
Cancel
Save