File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
call " C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
2
2
mkdir build
3
3
cd build
4
- cmd.exe /c cmake -G " NMake Makefiles" ..
5
4
cmake -G " NMake Makefiles" -DBUILD_TEST=TRUE -DENABLE_AWS_SDK_IN_TESTS=OFF -DEXT_PTHREAD_INCLUDE_DIR=" C:/tools/pthreads-w32-2-9-1-release/Pre-built.2/include/" -DEXT_PTHREAD_LIBRARIES=" C:/tools/pthreads-w32-2-9-1-release/Pre-built.2/lib/x64/libpthreadGC2.a" ..
6
5
nmake
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ jobs:
490
490
# cd ..
491
491
# ./scripts/check-sample.sh
492
492
ubuntu-os-build :
493
- runs-on : ubuntu-latest
493
+ runs-on : ubuntu-20.04
494
494
env :
495
495
AWS_KVS_LOG_LEVEL : 2
496
496
permissions :
@@ -521,7 +521,7 @@ jobs:
521
521
cd build
522
522
timeout --signal=SIGABRT 60m ./tst/webrtc_client_test
523
523
ubuntu-os-build-openssl-old :
524
- runs-on : ubuntu-20.04
524
+ runs-on : ubuntu-latest
525
525
env :
526
526
AWS_KVS_LOG_LEVEL : 2
527
527
permissions :
Original file line number Diff line number Diff line change @@ -177,9 +177,10 @@ if(BUILD_DEPENDENCIES)
177
177
-DOPENSSL_DIR=${OPEN_SRC_INSTALL_PREFIX}
178
178
-DUSE_OPENSSL=${USE_OPENSSL}
179
179
-DUSE_MBEDTLS=${USE_MBEDTLS}
180
+ -DLWS_OPENSSL_LIBRARIES=${OPEN_SRC_INSTALL_PREFIX}
180
181
-DLWS_OPENSSL_CRYPTO_LIBRARY=${OPENSSL_CRYPTO_LIBRARY}
181
182
-DLWS_OPENSSL_SSL_LIBRARY=${OPENSSL_SSL_LIBRARY}
182
- -DLWS_OPENSSL_INCLUDE_DIRS=${OPENSSL_INCLUDE_DIR }
183
+ -DLWS_OPENSSL_INCLUDE_DIRS=${OPENSSL_INCLUDE_DIRS }
183
184
-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS} )
184
185
endif ()
185
186
build_dependency(websockets ${BUILD_ARGS} )
You can’t perform that action at this time.
0 commit comments