Skip to content

Commit 5248edf

Browse files
make appveyor build the windows release
1 parent 08c55b7 commit 5248edf

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

appveyor.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
#- if defined MINGW_ARCH bash -lc "pacman --needed --noconfirm -S mingw-w64-%MINGW_ARCH%-boost mingw-w64-%MINGW_ARCH%-libarchive"
2222

2323
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
2525

2626
# Some environment variables for later...
2727
- set CEDEV=C:\CEdev
@@ -51,3 +51,17 @@ build_script:
5151
# Test toolchain examples
5252
- cmd: run_autotester.bat
5353

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+

0 commit comments

Comments
 (0)