1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 18:25:16 +01:00

Extend Android, AppImage builds with ccache support

This commit is contained in:
Michał Janiszewski
2021-02-09 13:27:09 +01:00
parent 462b11a897
commit ec538e5e75
2 changed files with 16 additions and 1 deletions

View File

@@ -239,7 +239,7 @@ jobs:
run: . scripts/setenv -q && get-discord-rpc
- name: Build OpenRCT2
shell: bash
run: . scripts/setenv -q && build -DCMAKE_BUILD_TYPE=Release -DAPPIMAGE=ON -DOPENRCT2_USE_CCACHE=off
run: . scripts/setenv -q && build -DCMAKE_BUILD_TYPE=Release -DAPPIMAGE=ON -DOPENRCT2_USE_CCACHE=on
- name: Build AppImage
shell: bash
run: . scripts/setenv -q && build-appimage
@@ -306,6 +306,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
- name: ccache
uses: hendrikmuhs/ccache-action@v1
- name: Build OpenRCT2
shell: bash
run: |