Skip to content

Commit

Permalink
Use default msys2 resources on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Jan 31, 2017
1 parent 5dcb882 commit 3c13b94
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions appveyor.yml
Expand Up @@ -6,14 +6,6 @@ install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- "%devkit64%\\devkitvars.bat"
- "%devkit32%\\devkitvars.bat"
# # Update pacman database.
# - c:/msys64/usr/bin/bash -lc "pacman -Sy --noconfirm"
# - c:/msys64/usr/bin/bash -lc "pacman -S --noconfirm pacman"
# - c:/msys64/usr/bin/bash -lc "pacman -R --noconfirm repman-git"
# # for 32 bit ext library.
# - c:/msys64/usr/bin/bash -lc "pacman -S --noconfirm --needed base-devel mingw-w64-i686-toolchain"
# # for 64 bit ext library.
# - c:/msys64/usr/bin/bash -lc "pacman -S --noconfirm --needed base-devel mingw-w64-x86_64-toolchain"
- ps: Start-FileDownload https://github.com/larskanis/rubyinstaller2/releases/download/2.4.0-7/rubyinstaller-2.4.0-7-x86.exe
- rubyinstaller-2.4.0-7-x86.exe TYPE=full /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /CLOSEAPPLICATIONS /NORESTARTAPPLICATIONS /DIR="C:\Ruby24"
- ps: Start-FileDownload https://github.com/larskanis/rubyinstaller2/releases/download/2.4.0-7/rubyinstaller-2.4.0-7-x64.exe
Expand Down

0 comments on commit 3c13b94

Please sign in to comment.