[Groonga-commit] groonga/groonga at c7661f2 [master] appveyor: use after_build to use environment variable

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Wed Oct 18 09:05:34 JST 2017


Kouhei Sutou	2017-10-18 09:05:34 +0900 (Wed, 18 Oct 2017)

  New Revision: c7661f2fcb293ae317f99aaa6e1459e18b3c39e1
  https://github.com/groonga/groonga/commit/c7661f2fcb293ae317f99aaa6e1459e18b3c39e1

  Message:
    appveyor: use after_build to use environment variable

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+4 -2)
===================================================================
--- appveyor.yml    2017-10-17 00:43:57 +0900 (9632660b0)
+++ appveyor.yml    2017-10-18 09:05:34 +0900 (c6fc0f8a0)
@@ -74,5 +74,7 @@ test_script:
      --timeout 60
      test\command\suite
 
-artifacts:
-  - path: %GROONGA_INSTALL_FOLODER%
+after_build:
+  - set ARTIFACT=%GROONGA_INSTALL_FOLDER%.7z
+  - 7z a %ARTIFACT% %GROONGA_INSTALL_FOLDER%
+  - ps: Push-AppveyorArtifact $Env:ARTIFACT
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171018/1ba677d5/attachment.htm 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index