Navigation Menu

Skip to content

Commit

Permalink
appveyor: use after_build to use environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2017
1 parent 1804e10 commit c7661f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Expand Up @@ -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

0 comments on commit c7661f2

Please sign in to comment.