This is an automated email from the ASF dual-hosted git repository. petasis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
The following commit(s) were added to refs/heads/master by this push: new 381f34f AppVeyor atrifact generation and deployment 381f34f is described below commit 381f34f111daa59a9cc64ed374a4f4b0f9e258ec Author: Georgios Petasis <petas...@yahoo.gr> AuthorDate: Sat Feb 16 22:04:46 2019 +0200 AppVeyor atrifact generation and deployment --- .appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 354af5a..d4665f3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -62,10 +62,12 @@ build_script: - cmd: msbuild INSTALL.vcxproj /p:Platform=%RIVET_PLATFORM% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" after_build: + - cmd: set ARTIFACT_DIR=%RIVET_HOME%\artifacts\rivet-%RIVET_VERSION%-windows-%platform% - cmd: echo %cd% + - cmd: mkdir %ARTIFACT_DIR% # Copy the installed files into a new directory, so we can zip it... - - cmd: xcopy %APACHE_ROOT%\modules %RIVET_HOME%\artifacts\rivet-%RIVET_VERSION%-windows-%platform% /e /y /i - - cmd: xcopy %APACHE_ROOT%\bin\rivet%RIVET_VERSION% %RIVET_HOME%\artifacts\rivet-%RIVET_VERSION%-windows-%platform% /e /y /i + - cmd: xcopy %APACHE_ROOT%\modules\mod_rivet.so %ARTIFACT_DIR%\modules\mod_rivet.so /e /y /i + - cmd: xcopy %APACHE_ROOT%\bin\rivet%RIVET_VERSION% %ARTIFACT_DIR%\rivet%RIVET_VERSION% /e /y /i - cmd: cd %RIVET_HOME%\artifacts && dir - cmd: cd %RIVET_HOME%\artifacts\rivet-%RIVET_VERSION%-windows-%platform% && dir - cmd: cd %RIVET_HOME%\artifacts && 7z a -tzip rivet-%RIVET_VERSION%-windows-%platform%.zip * --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org