[Groonga-commit] groonga/groonga at 9d968cd [master] appveyor: set correct CMAKE_GENERATOR_NAME for VS 2017

Back to archive index
Kentaro Hayashi null+****@clear*****
Thu Jan 31 22:49:37 JST 2019


Kentaro Hayashi	2019-01-31 22:49:37 +0900 (Thu, 31 Jan 2019)

  Revision: 9d968cda93db1b75b4a96bed5a59e91e34d08b2f
  https://github.com/groonga/groonga/commit/9d968cda93db1b75b4a96bed5a59e91e34d08b2f

  Message:
    appveyor: set correct CMAKE_GENERATOR_NAME for VS 2017

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -0)
===================================================================
--- appveyor.yml    2019-01-31 22:45:36 +0900 (37cb90585)
+++ appveyor.yml    2019-01-31 22:49:37 +0900 (d97763eaa)
@@ -75,6 +75,8 @@ build_script:
       set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% 2013
   - if "%VS_VERSION%" == "14"
       set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% 2015
+  - if "%VS_VERSION%" == "15"
+      set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% 2017
   - if "%ARCH%" == "amd64"
       set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% Win64
   - cmake . -G "%CMAKE_GENERATOR_NAME%"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190131/53ea4682/attachment.html>


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