mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Use named keys for ccache caches in github actions
This commit is contained in:
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@@ -87,6 +87,8 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
with:
|
||||
key: windows-mingw
|
||||
- name: Build OpenRCT2
|
||||
run: |
|
||||
sudo su
|
||||
@@ -104,6 +106,8 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
with:
|
||||
key: windows-mingw-nt51
|
||||
- name: Build OpenRCT2
|
||||
run: |
|
||||
sudo su
|
||||
@@ -155,6 +159,8 @@ jobs:
|
||||
uses: actions/checkout@v1
|
||||
- name: ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
with:
|
||||
key: linux-portable
|
||||
- name: Get pre-reqs
|
||||
shell: bash
|
||||
run: . scripts/setenv && get-discord-rpc
|
||||
@@ -192,6 +198,8 @@ jobs:
|
||||
uses: actions/checkout@v1
|
||||
- name: ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
with:
|
||||
key: linux-portable-32
|
||||
- name: Get pre-reqs
|
||||
shell: bash
|
||||
run: . scripts/setenv && get-discord-rpc
|
||||
@@ -234,6 +242,8 @@ jobs:
|
||||
uses: actions/checkout@v1
|
||||
- name: ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
with:
|
||||
key: linux-appimage
|
||||
- name: Get pre-reqs
|
||||
shell: bash
|
||||
run: . scripts/setenv -q && get-discord-rpc
|
||||
@@ -294,6 +304,8 @@ jobs:
|
||||
uses: actions/checkout@v1
|
||||
- name: ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
with:
|
||||
key: linux-clang
|
||||
- name: Build OpenRCT2
|
||||
shell: bash
|
||||
run: . scripts/setenv && build -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DDISABLE_NETWORK=ON -DDISABLE_HTTP=ON -DDISABLE_OPENGL=ON
|
||||
@@ -308,6 +320,8 @@ jobs:
|
||||
uses: actions/checkout@v1
|
||||
- name: ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
with:
|
||||
key: android
|
||||
- name: Build OpenRCT2
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user