mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
AppVeyor: Upload the package generated by CMake instead of doing it ourselves
This commit is contained in:
parent
b8796b9359
commit
49ddc448d1
1 changed files with 3 additions and 6 deletions
|
|
@ -8,16 +8,13 @@ configuration: Release
|
|||
clone_folder: c:\projects\libwebrtc
|
||||
|
||||
build:
|
||||
project: ALL_BUILD.vcxproj
|
||||
project: PACKAGE.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
|
||||
- path: libwebrtc-0.0.1-rc.4-win32-x64.7z
|
||||
name: libwebrtc-0.0.1-rc.4-win32-x64.7z
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue