Browse Source

appveyor.yml should now actually behave

pull/32/head
Anairkoen Schno 5 years ago
parent
commit
7fe187178f
1 changed files with 7 additions and 10 deletions
  1. +7
    -10
      appveyor.yml

+ 7
- 10
appveyor.yml View File

@ -9,9 +9,6 @@ environment:
matrix:
- BUILD_DOC: 'no'
- BUILD_DOC: 'yes'
- native_platform: x64
- native_platform: x86
- net_platform: Net4
pull_requests:
do_not_increment_build_number: true
@ -29,20 +26,21 @@ install:
image: Visual Studio 2019
configuration: Release
platform: $(native_platform)-$(net_platform)
platform:
- x64-Net4
- x86-Net4
artifacts: # When Net3 is added, this will need to be moved to the for block to only run for Net4 builds
- path: BSIPA-ModList/bin/Release
name: ModList
- path: BSIPA-Meta/bin/$(configuration)
- path: BSIPA-Meta/bin/$(platform)/$(configuration)
name: BSIPA-$(platform)
matrix:
exclude:
# Don't exclude Release_Net4|x64
- BUILD_DOC: 'yes' # Add one of these for most configuration sets, so we don't dupe
native_platform: x86
net_platform: Net4
platform: x86-Net4
for:
-
@ -59,9 +57,8 @@ for:
# this is never used because fuck me....
-
matrix:
only:
- BUILD_DOC: 'yes'
platform: x64-Net4
except:
- BUILD_DOC: 'no'
artifacts:
environment:


Loading…
Cancel
Save