Reenable appveyor builds
authorFabian Fichter <ianfab@users.noreply.github.com>
Sat, 6 Oct 2018 14:36:55 +0000 (16:36 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sat, 6 Oct 2018 14:36:55 +0000 (16:36 +0200)
appveyor.yml

index 66b8ba5..99be4ec 100644 (file)
@@ -3,6 +3,7 @@ clone_depth: 50
 
 branches:
   only:
+    - master
     - appveyor
 
 # Operating system (build VM template)
@@ -15,7 +16,6 @@ platform:
 
 # build Configuration, i.e. Debug, Release, etc.
 configuration:
-  - Debug
   - Release
 
 matrix: