[Groonga-commit] groonga/groonga at 365d4e9 [master] appveyor: use the command provided by Visual C++ by "link.exe"

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 9 12:40:40 JST 2016


Kouhei Sutou	2016-10-09 12:40:40 +0900 (Sun, 09 Oct 2016)

  New Revision: 365d4e95d0e861b558c74609e6ac6199f9091d54
  https://github.com/groonga/groonga/commit/365d4e95d0e861b558c74609e6ac6199f9091d54

  Message:
    appveyor: use the command provided by Visual C++ by "link.exe"

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+1 -1)
===================================================================
--- appveyor.yml    2016-10-08 23:42:27 +0900 (9d008d2)
+++ appveyor.yml    2016-10-09 12:40:40 +0900 (ef83843)
@@ -23,9 +23,9 @@ notifications:
     on_build_status_changed: true
 
 init:
-  - call "%VC_INIT%" %VC_MACHINE%
   - set PATH=C:\Ruby22\bin;%PATH%
   - set PATH=C:\msys64\usr\bin;%PATH%
+  - call "%VC_INIT%" %VC_MACHINE%
 #  - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
 
 install:
-------------- next part --------------
HTML����������������������������...
Download 



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