Browse Source

Merge pull request #2021 from dagar/appveyor

That was easy.
Merging
QGC4.4
Daniel Agar 10 years ago
parent
commit
ded03b3da9
  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