소스 검색

#712 Update appveyor [skip travis]

Signed-off-by: Uilian Ries <uilianries@gmail.com>
Uilian Ries 6 년 전
부모
커밋
85635dfa0b
1개의 변경된 파일11개의 추가작업 그리고 5개의 파일을 삭제
  1. 11 5
      appveyor.yml

+ 11 - 5
appveyor.yml

@@ -20,11 +20,6 @@ environment:
   enable_lua_shared: NO
   c_standard: auto
   cxx_standard: auto
-  install:
-    - set PATH=%PATH%;%PYTHON%/Scripts/
-    - pip.exe install conan conan_package_tools
-  test_script:
-    - python build.py
   matrix:
     # Use default values
     - id: Default-x86
@@ -487,3 +482,14 @@ cache:
 artifacts:
   - path: dist\*
 
+
+for:
+  -
+    matrix:
+      only:
+        - configuration: Release
+    install:
+      - set PATH=%PATH%;%PYTHON%/Scripts/
+      - pip.exe install conan conan_package_tools
+    test_script:
+      - python build.py