[Groonga-commit] groonga/groonga at 39d6e67 [master] appveyor: create version.sh to detect commit (#927)

Back to archive index
Kentaro Hayashi null+****@clear*****
Fri Apr 5 16:41:05 JST 2019


Kentaro Hayashi	2019-04-05 16:41:05 +0900 (Fri, 05 Apr 2019)

  Revision: 39d6e6727cf27f074b4e2f4f83cfde650b5e1a2a
  https://github.com/groonga/groonga/commit/39d6e6727cf27f074b4e2f4f83cfde650b5e1a2a

  Message:
    appveyor: create version.sh to detect commit (#927)
    
    Without this commit, only base_version is used.

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+1 -0)
===================================================================
--- appveyor.yml    2019-04-05 15:32:06 +0900 (6ef78753e)
+++ appveyor.yml    2019-04-05 16:41:05 +0900 (f6c394fa5)
@@ -66,6 +66,7 @@ install:
       } else {
         $Env:GROONGA_INSTALL_FOLDER += "-x64"
       }
+      "GRN_VERSION=" + $Env:GROONGA_VERSION | Set-Content version.sh
       $Env:FULL_GROONGA_INSTALL_FOLDER = $Env:APPVEYOR_BUILD_FOLDER + "\" + $Env:GROONGA_INSTALL_SUB_FOLDER + "\" + $Env:GROONGA_INSTALL_FOLDER
   - curl -O http://packages.groonga.org/source/groonga-normalizer-mysql/groonga-normalizer-mysql-latest.zip
   - 7z x groonga-normalizer-mysql-latest.zip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190405/5376956d/attachment-0001.html>


More information about the Groonga-commit mailing list
Back to archive index