1 Star 1 Fork 0

St_song/webrtc-streamer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
Michel Promonet 提交于 2023-01-22 19:02 . Update appveyor.yml
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
- APPVEYOR_BUILD_WORKER_IMAGE: macos
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
CLANG_VERSION: ToT
DEPOT_TOOLS_WIN_TOOLCHAIN: 0
platform: x64
configuration:
- Release
- Debug
install:
- cmd: set PATH=%APPVEYOR_BUILD_FOLDER%\depot_tools;%PATH%
- sh: export PATH=${APPVEYOR_BUILD_FOLDER}/depot_tools:${PATH}
- sh: "[ ${CI_LINUX:-false} == true ] && sudo apt-get update && sudo apt-get install -y --no-install-recommends libgtk-3-dev libasound2-dev libpulse-dev || :"
- cmd: git config --global core.autocrlf false
- cmd: git config --global core.filemode false
- git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
- mkdir webrtc
- cd webrtc
- fetch --no-history --nohooks webrtc
- cd src
- ps: echo CONFIGURATION=$env:CONFIGURATION PLATFORM=$env:PLATFORM
- ps: (get-content DEPS) | foreach-object {$_ -replace "'src/resources'],", "'src/resources'],'condition':'rtc_include_tests==true',"} | set-content DEPS
- gclient sync
before_build:
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\%APPVEYOR_BUILD_WORKER_IMAGE:~-4%\Community\VC\Auxiliary\Build\vcvars64.bat"
- ps: cd $env:APPVEYOR_BUILD_FOLDER
- cmd: cmake -G Ninja -D CMAKE_BUILD_TYPE=%CONFIGURATION% -DWEBRTCROOT=%APPVEYOR_BUILD_FOLDER:\=/%/webrtc -DCMAKE_C_COMPILER=clang-cl.exe -DCMAKE_CXX_COMPILER=clang-cl.exe .
- sh: cmake -G Ninja -D CMAKE_BUILD_TYPE=${CONFIGURATION} -DWEBRTCROOT=${APPVEYOR_BUILD_FOLDER}/webrtc -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ .
build_script:
- ninja
after_build:
- ps: cpack -C "$env:CONFIGURATION"
artifacts:
- path: webrtc-streamer*.tar.gz
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/203014/webrtc-streamer.git
git@gitee.com:203014/webrtc-streamer.git
203014
webrtc-streamer
webrtc-streamer
master

搜索帮助