From 2ac7e4b20859827a1e9ac4f481271fece8c98e02 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 24 Feb 2020 15:13:15 +0200 Subject: [PATCH] appveyor crash debug 11 - try running outside perl --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index a3fc077..cdea5e6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -31,7 +31,8 @@ test_script: # Python3 confuses the recode build so only add it here. - SET PATH=%PATH%;C:\Python35-x64 - SET FORTUNE_TEST_DEBUG=1 - - perl CI-testing/continuous-integration-testing.pl --gen="MSYS Makefiles" + - perl CI-testing/continuous-integration-testing.pl --gen="MSYS Makefiles" || echo "fail" + - c:\foo\games\fortune cache: - C:\msys64\mingw64 shallow_clone: true -- 2.40.0