Skip to content

Commit 069b266

Browse files
committed
ups
1 parent 23ef382 commit 069b266

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

2829
build_script:

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)