From 040e5286520c17441efde8d302a97bc08cdd0fdd Mon Sep 17 00:00:00 2001 From: Zhilkin Serg Date: Sun, 27 Dec 2020 13:52:45 +0300 Subject: [PATCH] Use x86 platform in Appveyor --- .appveyor.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6b3989de9a997..6b2f5e9b60ba0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,21 +1,18 @@ version: '{branch}.{build}' image: Visual Studio 2019 configuration: Release -platform: x64 +platform: x86 shallow_clone: true clone_folder: C:\Projects\Cataclysm-DDA cache: - c:\tools\vcpkg\installed - c:\Users\appveyor\AppData\Local\vcpkg\ -install: - - cmd: vcpkg install yasm-tool:x86-windows - - cmd: vcpkg install mpg123:x64-windows-static build: project: /msvc-full-features/Cataclysm-vcpkg-static.sln parallel: true verbosity: minimal test_script: - - cmd: Cataclysm-test-vcpkg-static-Release-x64.exe --rng-seed time --min-duration 0.2 + - cmd: Cataclysm-test-vcpkg-static-Release-Win32.exe --rng-seed time --min-duration 0.2 skip_commits: files: - 'doc/**'