File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
+ image : Visual Studio 2017
3
+
4
+ clone_depth : 50
5
+
2
6
init :
3
- # Set UTF-8 to use Unicode property because the defualt encoding on AppVeyor is Encoding::IBM437
7
+ # Set UTF-8 to use Unicode property because the default encoding on AppVeyor is Encoding::IBM437
4
8
- set RUBYOPT=-EUTF-8
5
9
# To avoid duplicated executables in PATH, see https://github.com/ruby/spec/pull/468
6
- - set PATH=C:\Ruby%RUBY_VERSION %\bin;C:\msys64\usr\bin;C:\Program Files\7-Zip;C:\Program Files\AppVeyor\BuildAgent;C:\Program Files\Git\cmd;C:\Windows\system32;C:\Program Files;C:\Windows
10
+ - set PATH=C:\Ruby%ruby_version %\bin;C:\msys64\usr\bin;C:\Program Files\7-Zip;C:\Program Files\AppVeyor\BuildAgent;C:\Program Files\Git\cmd;C:\Windows\system32;C:\Program Files;C:\Windows
7
11
# Loads trunk build and updates MSYS2 / MinGW to most recent gcc compiler
8
12
- if %ruby_version%==_trunk (
9
13
appveyor DownloadFile %APPVEYOR_URL%/api/projects/MSP-Greg/ruby-loco/artifacts/ruby_trunk.7z -FileName C:\ruby_trunk.7z &
@@ -31,4 +35,6 @@ environment:
31
35
- ruby_version : 24-x64
32
36
- ruby_version : 25
33
37
- ruby_version : 25-x64
34
- # - ruby_version: _trunk
38
+ # - ruby_version: 26
39
+ # - ruby_version: 26-x64
40
+ - ruby_version : _trunk
You can’t perform that action at this time.
0 commit comments