Fix appveyor build

Appveyor failed on latest release https://ci.appveyor.com/project/begriffs/postgrest/build/1.0.5
according to https://github.com/commercialhaskell/stack/issues/2617#issuecomment-271966495
this can be fixed by adding `-j1`.
This commit is contained in:
steve-chavez
2018-05-02 13:06:44 -05:00
committed by Steve Chávez
parent e9aaf05335
commit b00f57ac34
+1 -1
View File
@@ -28,7 +28,7 @@ install:
build_script:
- stack setup --no-terminal > nul
- stack build --copy-bins --local-bin-path .
- stack build -j1 --copy-bins --local-bin-path .
artifacts:
- path: postgrest.exe