Kouhei Sutou
null+****@clear*****
Tue Apr 26 16:36:25 JST 2016
Kouhei Sutou 2016-04-26 16:36:25 +0900 (Tue, 26 Apr 2016) New Revision: 684f14dcb7ac0c980a541235d5b39b45f0578b47 https://github.com/groonga/groonga/commit/684f14dcb7ac0c980a541235d5b39b45f0578b47 Message: appveyor: clean Modified files: appveyor.yml Modified: appveyor.yml (+11 -14) =================================================================== --- appveyor.yml 2016-04-26 16:25:01 +0900 (d4554f9) +++ appveyor.yml 2016-04-26 16:36:25 +0900 (8e909ea) @@ -5,33 +5,30 @@ platform: - x86 - x64 -install: - - SET PATH=C:\Ruby22-x64\bin;%PATH% +notifications: + - provider: Email + to: + - kou �� clear-code.com + - groonga-commit �� lists.osdn.me + on_build_status_changed: true build_script: - ps: | - if ($env:PLATFORM -eq "x86") + if ($Env:PLATFORM -eq "x86") { - $env:PATH = "C:\Ruby22\bin;$env:PATH" - $env:CMAKE_GENERATOR_NAME = "Visual Studio 12 2013" + $Env:PATH = "C:\Ruby22\bin;$Env:PATH" + $Env:CMAKE_GENERATOR_NAME = "Visual Studio 12 2013" } else { - $env:PATH = "C:\Ruby22-x64\bin;$env:PATH" - $env:CMAKE_GENERATOR_NAME = "Visual Studio 12 2013 Win64" + $Env:PATH = "C:\Ruby22-x64\bin;$Env:PATH" + $Env:CMAKE_GENERATOR_NAME = "Visual Studio 12 2013 Win64" } - set - git submodule update --init - cmake . -G "%CMAKE_GENERATOR_NAME%" - cmake --build . --config Debug -notifications: - - provider: Email - to: - - kou �� clear-code.com - - groonga-commit �� lists.osdn.me - on_build_status_changed: true - before_test: - gem install grntest test_script: -------------- next part -------------- HTML����������������������������...Download