Add crl sync and crl file caching

This commit is contained in:
Devon Mackay 2018-08-30 14:35:26 -04:00
parent 3fc8f6e970
commit dd578f6f3f

View File

@ -22,4 +22,12 @@ jobs:
command: |
git submodule update --init --recursive
- run: ./script/setup
- restore_cache:
keys:
- disa-crls
- run: ./script/sync-crls
- save_cache:
paths:
- ./crl
key: disa-crls
- run: ./script/cibuild