Skip to content

Commit

Permalink
Merge pull request #46352 from CleverRaven/appveyor-x86
Browse files Browse the repository at this point in the history
Use x86 platform in Appveyor
  • Loading branch information
ZhilkinSerg authored Dec 27, 2020
2 parents 6e9125d + 040e528 commit 27e92a3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -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/**'
Expand Down

0 comments on commit 27e92a3

Please sign in to comment.