From 952779da3951e52294de1d80cfba7daa6bdbbd2e Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Tue, 2 Jan 2018 13:14:55 +0100 Subject: [PATCH] Use msys64 for installing Ragel --- appveyor.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 27e750a..36bc05f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: