ci - on windows, disable building tls as it is too slow (> 15minutes total)

This commit is contained in:
Benjamin Sergeant 2020-04-25 15:58:49 -07:00
parent 74efdfebba
commit 20294841b3

View File

@ -42,13 +42,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: seanmiddleditch/gha-setup-vsdevenv@master - uses: seanmiddleditch/gha-setup-vsdevenv@master
- run: |
vcpkg install zlib:x64-windows
vcpkg install openssl:x64-windows
- run: | - run: |
mkdir build mkdir build
cd build cd build
cmake -DCMAKE_TOOLCHAIN_FILE=c:/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_CXX_COMPILER=cl.exe -DUSE_TLS=1 -DUSE_WS=1 -DUSE_TEST=1 .. cmake -DCMAKE_CXX_COMPILER=cl.exe -DUSE_WS=1 -DUSE_TEST=1 ..
- run: cmake --build build - run: cmake --build build
# Running the unittest does not work, the binary cannot be found # Running the unittest does not work, the binary cannot be found