Skip to content

Commit e2f0845

Browse files
committed
appveyor.yml - use trunk, clone_depth, more casing, VS2017
1 parent b935c08 commit e2f0845

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

appveyor.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
---
2+
image: Visual Studio 2017
3+
4+
clone_depth: 50
5+
26
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
48
- set RUBYOPT=-EUTF-8
59
# 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
711
# Loads trunk build and updates MSYS2 / MinGW to most recent gcc compiler
812
- if %ruby_version%==_trunk (
913
appveyor DownloadFile %APPVEYOR_URL%/api/projects/MSP-Greg/ruby-loco/artifacts/ruby_trunk.7z -FileName C:\ruby_trunk.7z &
@@ -31,4 +35,6 @@ environment:
3135
- ruby_version: 24-x64
3236
- ruby_version: 25
3337
- ruby_version: 25-x64
34-
#- ruby_version: _trunk
38+
#- ruby_version: 26
39+
#- ruby_version: 26-x64
40+
- ruby_version: _trunk

0 commit comments

Comments
 (0)