From 5bb670b736834274cc5ff743844eb1966d6b8536 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 14 Oct 2020 11:52:35 +0200 Subject: [PATCH] fix appveyour build script --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 23755cca3..356d45c68 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ build_script: - stack setup --no-terminal > nul # Appveyor has a timeout of 60 mins, building can take longer, limit the time and make sure this succeeds, # previous work will get cached and finish on next commit -- bash -lc "timeout 2700 'C:\projects\postgrest\stack.exe' build -j1 --copy-bins --local-bin-path . || true" +- bash -lc "timeout 2700 'C:\projects\postgrest\stack.exe' build -j1 --copy-bins --local-bin-path . || (($?==124))" artifacts: - path: postgrest.exe