Browse Source

appveyor build debug first

QGC4.4
Daniel Agar 10 years ago
parent
commit
04edc8e9f3
  1. 6
      .appveyor.yml

6
.appveyor.yml

@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
environment:
matrix:
- BUILD: 'Release'
CONFIG: installer
- BUILD: 'Debug'
CONFIG: debug
- BUILD: 'Release'
CONFIG: installer
install:
- git submodule update --init --recursive
@ -42,4 +42,4 @@ deploy: @@ -42,4 +42,4 @@ deploy:
prerelease: false
on:
CONFIG: installer
appveyor_repo_tag: true
appveyor_repo_tag: true

Loading…
Cancel
Save