From 19d266b528a3ca93e8a068933e4610d22befa609 Mon Sep 17 00:00:00 2001 From: Jan Schulz Date: Thu, 14 Apr 2016 18:22:16 +0200 Subject: [PATCH] Revert "Disable appveyor build for now" This reverts commit 0b8218515eabf1a967eba0dbcc7a0e5ae031a509. There is a new oniguruma package which previously trashed the build. --- appveyor.yml | 53 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bafcad1..719b4dc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,43 +8,42 @@ environment: install: # update mysy2 - #- C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors" - #- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy" - #- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf automake bison flex" - #- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-oniguruma mingw-w64-x86_64-oniguruma" + - C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors" + - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy" + - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf automake bison flex" + - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-oniguruma mingw-w64-x86_64-oniguruma" build_script: - #- bash -lc "exec 0 jq.html" - #- 7z a jq-package.zip jq.1 jq.html jq.exe - #- bash -lc "exec 0 jq.html" + - 7z a jq-package.zip jq.1 jq.html jq.exe + - bash -lc "exec 0