Skip to content

Commit 2a8f29a

Browse files
committed
Appveyor: Update to 2019 image
1 parent 93319d1 commit 2a8f29a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.appveyor.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1+
image: Visual Studio 2019
2+
13
install:
2-
- SET PATH=C:/Ruby%ruby_version%/bin;%PATH%
3-
- SET RAKEOPT=-rdevkit
4+
- set PATH=C:/Ruby%ruby_version%/bin;c:/Program Files/Git/cmd;c:/Windows/system32;C:/Windows/System32/WindowsPowerShell/v1.0;C:/Program Files/Mercurial
5+
- set RAKEOPT=-rdevkit
6+
- set RUBYOPT=--verbose
47
- ps: |
58
if ($env:ruby_version -like "*head*") {
69
$(new-object net.webclient).DownloadFile("https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-head/rubyinstaller-$env:ruby_version.exe", "$pwd/ruby-setup.exe")
710
cmd /c ruby-setup.exe /verysilent /dir=C:/Ruby$env:ruby_version
811
}
9-
- ruby --version
12+
- ridk version
13+
- ridk exec sh -c "pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-gcc"
1014
- gem --version
1115
- bundle install
1216

0 commit comments

Comments
 (0)