Skip to content

appveyor.yml - correct case in paths, use trunk #714

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
---
image: Visual Studio 2017

clone_depth: 50

init:
# Set UTF-8 to use Unicode property because the defualt encoding on AppVeyor is Encoding::IBM437
# Set UTF-8 to use Unicode property because the default encoding on AppVeyor is Encoding::IBM437
- set RUBYOPT=-EUTF-8
# To avoid duplicated executables in PATH, see https://github.com/ruby/spec/pull/468
- 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
- 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
# Loads trunk build and updates MSYS2 / MinGW to most recent gcc compiler
- if %ruby_version%==_trunk (
appveyor DownloadFile %APPVEYOR_URL%/api/projects/MSP-Greg/ruby-loco/artifacts/ruby_trunk.7z -FileName C:\ruby_trunk.7z &
7z x C:\ruby_trunk.7z -oC:\ruby_trunk)
7z x C:\ruby_trunk.7z -oC:\Ruby_trunk)

install:
- bundle install
Expand All @@ -31,4 +35,6 @@ environment:
- ruby_version: 24-x64
- ruby_version: 25
- ruby_version: 25-x64
#- ruby_version: _trunk
#- ruby_version: 26
#- ruby_version: 26-x64
- ruby_version: _trunk