Use msys64 for installing Ragel

This commit is contained in:
Yorick Peterse 2018-01-02 13:14:55 +01:00
parent a5cb9887b0
commit 952779da39
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 2 additions and 6 deletions

View File

@ -4,15 +4,11 @@ image: Visual Studio 2017
version: "{build}"
install:
- if "%platform%"=="Win32" set VCPKG_ARCH=x86-windows
- if "%platform%"=="x64" set VCPKG_ARCH=x64-windows
- vcpkg install ragel:%VCPKG_ARCH%
- SET PATH=C:\tools\vcpkg\installed\%VCPKG_ARCH%\bin;%PATH%
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-x86_64-ragel"
- SET PATH=C:\msys64\mingw64\bin;%PATH%
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- bundle install --retry 3
cache: C:\tools\vcpkg\installed
build: off
before_test: