From: Azat Khuzhin Date: Sun, 7 Aug 2016 18:30:04 +0000 (+0300) Subject: appveyor: ignore failure of mingw-get X-Git-Tag: release-2.1.6-beta~15^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18108574256f6a0e28a1d5b543774cd7089f7396;p=libevent appveyor: ignore failure of mingw-get Since according to doc [1], appveyour will fail the build on every powershell's exception: "PowerShell script is considered successful if it finishes without exception." [1]: https://www.appveyor.com/docs/build-configuration#powershell --- diff --git a/appveyor.yml b/appveyor.yml index 4773ad29..735625d5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,14 +41,14 @@ init: install: - appveyor DownloadFile https://strcpy.net/packages/Win32OpenSSL-1_0_2a.exe - Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes + - C:\MinGW\bin\mingw-get install autotools autoconf automake build_script: - ps: | if ($env:EVENT_BUILD_METHOD -eq 'autotools') { $env:PATH="$env:CYG_ROOT\bin;C:\MinGW\bin;$($env:PATH)" - mingw-get install autotools autoconf automake bash -lc "echo 'C:\MinGW /mingw' > /etc/fstab" $env:APPVEYOR_BUILD_FOLDER = $env:APPVEYOR_BUILD_FOLDER -replace "\\", "/" - bash -lc "exec 0&1; cd $env:APPVEYOR_BUILD_FOLDER; bash -x ./autogen.sh && ./configure $env:EVENT_CONFIGURE_OPTIONS && make && make verify" } else { md build cd build