From 6b8be198398a49e3200706925d04c98132c04c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCllenhaupt?= Date: Thu, 16 Feb 2017 09:02:44 +0100 Subject: [PATCH] appveyor build 32 bit including test stuff --- appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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