diff --git a/appveyor.yml b/appveyor.yml index c80a9e2..2cc8672 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ os: Visual Studio 2015 platform: - - x64 + - x86 configuration: Release @@ -13,8 +13,7 @@ build: before_build: - cd c:\projects\libwebrtc - git submodule update --init --recursive - - cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=c:\projects\libwebrtc -DNINJA_ARGS="-j 2" . + - cmake -G "Visual Studio 14 2015" -DCMAKE_INSTALL_PREFIX=c:\projects\libwebrtc -DNINJA_ARGS="-j 2" -DBUILD_TESTS=ON . artifacts: - - path: libwebrtc-0.0.1-rc.4-win32-x64.7z - name: libwebrtc-0.0.1-rc.4-win32-x64.7z + - path: libwebrtc-0.0.1-rc.4-win-x86.zip