From 49ddc448d16ab747fde09a6e083c18c42e747b61 Mon Sep 17 00:00:00 2001 From: Axel Isouard Date: Sun, 27 Nov 2016 10:19:11 +0100 Subject: [PATCH] AppVeyor: Upload the package generated by CMake instead of doing it ourselves --- appveyor.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f5a38fd..df06dc7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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