mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
23 lines
535 B
YAML
23 lines
535 B
YAML
os: Visual Studio 2015
|
|
|
|
platform:
|
|
- x64
|
|
|
|
configuration: Release
|
|
|
|
clone_folder: c:\projects\libwebrtc
|
|
|
|
build:
|
|
project: ALL_BUILD.vcxproj
|
|
|
|
before_build:
|
|
- cd c:\projects\libwebrtc
|
|
- git submodule update --init --recursive
|
|
- cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=c:\projects\libwebrtc .
|
|
|
|
after_build:
|
|
- 7z a -t7z c:\projects\libwebrtc\libwebrtc-win32-x64.7z -m0=lzma2 -mx=9 -aoa -mfb=64 -md=32m -ms=on -md=1024m include lib
|
|
|
|
artifacts:
|
|
- path: libwebrtc-win32-x64.7z
|
|
name: libwebrtc-win32-x64.7z
|