|
@@ -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\*
|