diff --git a/.github/workflows/msvc-ci.yml b/.github/workflows/msvc-ci.yml new file mode 100644 index 00000000..ba1b91d9 --- /dev/null +++ b/.github/workflows/msvc-ci.yml @@ -0,0 +1,30 @@ +name: MSVC C/C++ CI + +on: [push] + +jobs: + build: + runs-on: windows-2019 + + steps: + - uses: actions/checkout@v1 + with: + submodules: 'recursive' + fetch-depth: 1 + + - name: 配置 vcpkg + uses: lukka/run-vcpkg@v7 + with: + vcpkgDirectory: '${{github.workspace}}/vcpkg' + vcpkgTriplet: x64-windows-static + # 2021.05.12 + vcpkgGitCommitId: '5568f110b509a9fd90711978a7cb76bae75bb092' + vcpkgArguments: 'openssl libsrtp' + + - name: 编译 + uses: lukka/run-cmake@main + with: + useVcpkgToolchainFile: true + buildDirectory: '${{github.workspace}}/build' + cmakeAppendedArgs: '-DCMAKE_ENABLE_WEBRTC:BOOL=ON' + cmakeBuildType: 'RelWithDebInfo' diff --git a/3rdpart/ZLToolKit b/3rdpart/ZLToolKit index 180f173c..935ae940 160000 --- a/3rdpart/ZLToolKit +++ b/3rdpart/ZLToolKit @@ -1 +1 @@ -Subproject commit 180f173c10cb350cf13d5108bb9cd3c3f555e055 +Subproject commit 935ae9406bc5569e916dba604ec3ce5f6cf84bcf