Browse Source

appveyor build debug first

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

4
.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

Loading…
Cancel
Save