File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ install:
21
21
# - if defined MINGW_ARCH bash -lc "pacman --needed --noconfirm -S mingw-w64-%MINGW_ARCH%-boost mingw-w64-%MINGW_ARCH%-libarchive"
22
22
23
23
build_script :
24
- - if defined MINGW_ROOT mingw32-make -j%NUMBER_OF_PROCESSORS% install release-libs
24
+ - if defined MINGW_ROOT mingw32-make -j%NUMBER_OF_PROCESSORS% install release release -libs
25
25
26
26
# Some environment variables for later...
27
27
- set CEDEV=C:\CEdev
@@ -51,3 +51,17 @@ build_script:
51
51
# Test toolchain examples
52
52
- cmd : run_autotester.bat
53
53
54
+ after_build :
55
+ - cd %APPVEYOR_BUILD_FOLDER%
56
+
57
+ on_success :
58
+ - cd %APPVEYOR_BUILD_FOLDER%
59
+
60
+ on_failure :
61
+ - cd %APPVEYOR_BUILD_FOLDER%
62
+
63
+ artifacts :
64
+ - path : release\CEdev.exe
65
+ name : CEdev.exe
66
+ type : auto
67
+
You can’t perform that action at this time.
0 commit comments