Browse Source

Added test to see the environment before a build

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
6d343a87bc
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      appveyor.yml

+ 4
- 0
appveyor.yml View File

@ -42,6 +42,10 @@ matrix:
- BUILD_DOC: 'yes' # Add one of these for most configuration sets, so we don't dupe
platform: x86-Net4
before_build:
- ps: |
echo $env:Configuration $env:Platform $env:BuildingInsideVisualStudio
for:
-
matrix:


Loading…
Cancel
Save