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:
parent
d90676542b
commit
c2c2249207
2 changed files with 10 additions and 10 deletions
10
appveyor.yml
10
appveyor.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue