fix appveyour build script
This commit is contained in:
committed by
Steve Chavez
parent
2eb8083869
commit
5bb670b736
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user