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: ...@@ -47,12 +47,13 @@ jobs:
- restore_cache: - restore_cache:
keys: keys:
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v6 - v1-emsdk-{{ checksum "emsdk/Makefile" }}-v6-
- run: - run:
name: build name: build
no_output_timeout: 1200 no_output_timeout: 1200
command: | command: |
ccache -z
make make
ccache -s ccache -s
...@@ -60,7 +61,7 @@ jobs: ...@@ -60,7 +61,7 @@ jobs:
paths: paths:
- ./emsdk/emsdk - ./emsdk/emsdk
- ~/.ccache - ~/.ccache
key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v6 key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v6-{{ .BuildNum }}
- run: - run:
name: test 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