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: matrix:
- BUILD_DOC: 'no' - BUILD_DOC: 'no'
- BUILD_DOC: 'yes' - BUILD_DOC: 'yes'
- native_platform: x64
- native_platform: x86
- net_platform: Net4
pull_requests: pull_requests:
do_not_increment_build_number: true do_not_increment_build_number: true
@ -29,20 +26,21 @@ install:
image: Visual Studio 2019 image: Visual Studio 2019
configuration: Release 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 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 - path: BSIPA-ModList/bin/Release
name: ModList name: ModList
- path: BSIPA-Meta/bin/$(configuration)
- path: BSIPA-Meta/bin/$(platform)/$(configuration)
name: BSIPA-$(platform) name: BSIPA-$(platform)
matrix: matrix:
exclude: exclude:
# Don't exclude Release_Net4|x64 # Don't exclude Release_Net4|x64
- BUILD_DOC: 'yes' # Add one of these for most configuration sets, so we don't dupe - 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: for:
- -
@ -59,9 +57,8 @@ for:
# this is never used because fuck me.... # this is never used because fuck me....
- -
matrix: matrix:
only:
- BUILD_DOC: 'yes'
platform: x64-Net4
except:
- BUILD_DOC: 'no'
artifacts: artifacts:
environment: environment:


Loading…
Cancel
Save