Ver código fonte

Appveyor build: Rewrite artifacts section

bel 9 anos atrás
pai
commit
9cc31c471c
1 arquivos alterados com 6 adições e 8 exclusões
  1. 6 8
      appveyor.yml

+ 6 - 8
appveyor.yml

@@ -187,7 +187,12 @@ test_script:
   - cd "%source_path%"
   - cd "%source_path%"
 
 
 after_test:
 after_test:
+  - cd
+  - dir
+  - md dist
   - cmake "-DCMAKE_INSTALL_PREFIX=%install_path%" -P "%build_path%/cmake_install.cmake"
   - cmake "-DCMAKE_INSTALL_PREFIX=%install_path%" -P "%build_path%/cmake_install.cmake"
+  - copy "%build_path%" dist\
+  - dir dist\
 
 
 matrix:
 matrix:
   fast_finish: false
   fast_finish: false
@@ -198,11 +203,4 @@ cache:
   - C:\ssl
   - C:\ssl
 
 
 artifacts:
 artifacts:
-  - path: 'C:\ssl\*.log' # OpenSSL install logs
-    name: OpenSSL install logs
-  - path: '**\*.exe' # All created exe files
-    name: Applications
-  - path: '**\*.log' # All Log files
-    name: Logs
-  - path: '**\test.*' # All Test output files
-    name: Test
+  - path: dist\*