mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
Appveyor: Write configuration file
This commit is contained in:
parent
a30090ad82
commit
d2018d9f14
1 changed files with 23 additions and 0 deletions
23
appveyor.yml
Normal file
23
appveyor.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
os: Visual Studio 2015
|
||||
|
||||
platform:
|
||||
- x64
|
||||
|
||||
configuration: Release
|
||||
|
||||
clone_folder: c:\projects\libwebrtc
|
||||
|
||||
build:
|
||||
project: INSTALL.vcxproj
|
||||
|
||||
before_build:
|
||||
- cd c:\projects\libwebrtc
|
||||
- git submodule update --init --recursive
|
||||
- cmake -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
|
||||
Loading…
Add table
Reference in a new issue