1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[internal] fix AppVeyor builds

This commit is contained in:
Pete Batard 2018-10-27 16:45:56 +01:00
parent d90676542b
commit c2c2249207
2 changed files with 10 additions and 10 deletions

View file

@ -23,16 +23,16 @@ environment:
matrix:
- CONFIGURATION: Debug
COMPILER: MSVC
PLATFORM: x86_32
PLATFORM: x86
- CONFIGURATION: Debug
COMPILER: MSVC
PLATFORM: x86_64
PLATFORM: x64
- CONFIGURATION: Release
COMPILER: MSVC
PLATFORM: x86_32
PLATFORM: x86
- CONFIGURATION: Release
COMPILER: MSVC
PLATFORM: x86_64
PLATFORM: x64
- CONFIGURATION: Release
COMPILER: MinGW
PLATFORM: i686
@ -41,7 +41,7 @@ environment:
PLATFORM: x86_64
- CONFIGURATION: Release
COMPILER: Coverity
PLATFORM: x86_32
PLATFORM: x86
init:
# Set the AppVeyor build version number to our tag or, if untagged, to the commit hash