diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-07-28 20:21:18 +0200 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-07-28 20:21:18 +0200 |
commit | bcbec6f37c7660780e5862cda20634bf4f4db139 (patch) | |
tree | 6a1824569d769eee1a46d63ba6921c263ecb1e0a /.ci/yuzu-mainline.yml | |
parent | Merge pull request #2592 from FernandoS27/sync1 (diff) | |
download | yuzu-bcbec6f37c7660780e5862cda20634bf4f4db139.tar yuzu-bcbec6f37c7660780e5862cda20634bf4f4db139.tar.gz yuzu-bcbec6f37c7660780e5862cda20634bf4f4db139.tar.bz2 yuzu-bcbec6f37c7660780e5862cda20634bf4f4db139.tar.lz yuzu-bcbec6f37c7660780e5862cda20634bf4f4db139.tar.xz yuzu-bcbec6f37c7660780e5862cda20634bf4f4db139.tar.zst yuzu-bcbec6f37c7660780e5862cda20634bf4f4db139.zip |
Diffstat (limited to '')
-rw-r--r-- | .ci/yuzu-mainline.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/yuzu-mainline.yml b/.ci/yuzu-mainline.yml index 164bcb165..2930a8564 100644 --- a/.ci/yuzu-mainline.yml +++ b/.ci/yuzu-mainline.yml @@ -21,3 +21,5 @@ stages: dependsOn: format jobs: - template: ./templates/build-standard.yml + parameters: + cache: 'true' |