fix appveyour build script

This commit is contained in:
Wolfgang Walther
2020-10-14 09:26:35 -05:00
committed by Steve Chavez
parent 2eb8083869
commit 5bb670b736
+1 -1
View File
@@ -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