File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ install:
2323 - git clone https://github.com/Microsoft/vcpkg
2424 - cd vcpkg
2525 - powershell -exec bypass scripts\bootstrap.ps1
26+ - .\vcpkg integrate install
2627 - .\vcpkg install zlib openssl
2728
2829build_script :
Original file line number Diff line number Diff line change @@ -38,8 +38,6 @@ script:
3838 - cd build
3939 - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
4040 cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_SHARED_LIBS=ON -DCMAKE_CXX_COMPILER="$CXX" -DCMAKE_C_COMPILER="$CC" -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl .. && make;
41- ctest -V;
42- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_SHARED_LIBS=OFF -DCMAKE_CXX_COMPILER="$CXX" -DCMAKE_C_COMPILER="$CC" -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl .. && make;
4341 else
4442 cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_SHARED_LIBS=ON -DCMAKE_CXX_COMPILER="$CXX" -DCMAKE_C_COMPILER="$CC" .. && make;
4543 ctest -V;
You can’t perform that action at this time.
0 commit comments