Browse Source

appveyor disable debug build and unit tests

QGC4.4
Daniel Agar 10 years ago
parent
commit
858d383138
  1. 4
      .appveyor.yml

4
.appveyor.yml

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
environment:
matrix:
- BUILD: 'Debug'
CONFIG: debug
# - BUILD: 'Debug'
# CONFIG: debug
- BUILD: 'Release'
CONFIG: installer

Loading…
Cancel
Save