소스 검색

try to fix a curious appveyor build failure that suddenly occured without change

bel 9 년 전
부모
커밋
3e752feea6
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      appveyor.yml

+ 5 - 0
appveyor.yml

@@ -2,6 +2,11 @@ version: '{build}'
 
 configuration:
   - Release
+  - Debug
+
+build:
+# no automatic build in script mode
+  
 
 platform:
   - x86