Skip to content
Snippets Groups Projects
Commit fc0afbfd authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Build dependencies first with a longer no-output timeout

try to get around the timeout problem on slow CircleCI builders
parent 39ac2ca5
No related branches found
No related tags found
1 merge request!18Ristretto dependency
......@@ -74,6 +74,15 @@ jobs:
- paymentserver-v1-{{ checksum "stack.yaml" }}-{{ checksum "PaymentServer.cabal" }}
- paymentserver-v1-{{ checksum "stack.yaml" }}
- run:
name: "Build Dependencies"
command: |
nix-shell shell.nix --run "stack build --only-dependencies --interleaved-output"
# Give it a good long while. stripe-core, in particular, can take a
# while to build.
no_output_timeout: "20m"
- run:
name: "Run Tests"
command: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment