Use environment variable for system ruby detection on appveyor.
* Use ruby_version instead of 22-x64 and 21-x64 * Use 23-x64 to build Ruby git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a60a7e8112
commit
17802b55dd
@ -1,10 +1,12 @@
|
|||||||
---
|
---
|
||||||
shallow_clone: true
|
shallow_clone: true
|
||||||
platform: x64
|
platform: x64
|
||||||
|
environment:
|
||||||
|
ruby_version: "23-x64"
|
||||||
install:
|
install:
|
||||||
- SET
|
- SET
|
||||||
- '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64'
|
- '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64'
|
||||||
- SET PATH=\usr\local\bin;C:\Ruby22-x64\bin;C:\Ruby21-x64\Devkit\mingw\bin;%PATH%;C:\msys64\usr\bin
|
- SET PATH=\usr\local\bin;C:\Ruby%ruby_version%\bin;C:\Ruby%ruby_version%\Devkit\mingw\bin;%PATH%;C:\msys64\usr\bin
|
||||||
- ruby --version
|
- ruby --version
|
||||||
- 'cl'
|
- 'cl'
|
||||||
- SET
|
- SET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user