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 @@
environment: environment:
matrix: matrix:
- BUILD: 'Release'
CONFIG: installer
- BUILD: 'Debug' - BUILD: 'Debug'
CONFIG: debug CONFIG: debug
- BUILD: 'Release'
CONFIG: installer
install: install:
- git submodule update --init --recursive - git submodule update --init --recursive
@ -42,4 +42,4 @@ deploy:
prerelease: false prerelease: false
on: on:
CONFIG: installer CONFIG: installer
appveyor_repo_tag: true appveyor_repo_tag: true

Loading…
Cancel
Save