Not sure why popd is exiting with status 1...
This commit is contained in:
parent
d08ab7d260
commit
fbdd84ac86
|
@ -81,7 +81,9 @@ after_build:
|
||||||
del libui.exp
|
del libui.exp
|
||||||
7z a "%APPVEYOR_BUILD_FOLDER%\libui-%artifact%.zip" %libfiles% ui.h ui_windows.h
|
7z a "%APPVEYOR_BUILD_FOLDER%\libui-%artifact%.zip" %libfiles% ui.h ui_windows.h
|
||||||
7z a "%APPVEYOR_BUILD_FOLDER%\examples-%artifact%.zip" controlgallery.exe cpp-multithread.exe datetime.exe drawtext.exe histogram.exe tester.exe timer.exe
|
7z a "%APPVEYOR_BUILD_FOLDER%\examples-%artifact%.zip" controlgallery.exe cpp-multithread.exe datetime.exe drawtext.exe histogram.exe tester.exe timer.exe
|
||||||
|
del ui.h ui_windows.h
|
||||||
popd
|
popd
|
||||||
|
popd /?
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: libui-*.zip
|
- path: libui-*.zip
|
||||||
|
|
Loading…
Reference in New Issue