Commit 989f9675 authored by Michael Droettboom's avatar Michael Droettboom Committed by GitHub

Merge pull request #105 from mdboom/save-cache-every-time

Save Circle-CI cache every time
parents e68fb5e0 6cc80fbf
......@@ -47,12 +47,13 @@ jobs:
- restore_cache:
keys:
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v6
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v6-
- run:
name: build
no_output_timeout: 1200
command: |
ccache -z
make
ccache -s
......@@ -60,7 +61,7 @@ jobs:
paths:
- ./emsdk/emsdk
- ~/.ccache
key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v6
key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v6-{{ .BuildNum }}
- run:
name: test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment