[Scummvm-git-logs] scummvm master -> 50f3913a7b2b095bb5c31ec7dbf1848d6f60642b

bluegr bluegr at gmail.com
Sat Jul 17 08:35:32 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
50f3913a7b CI: Use ccache on github actions


Commit: 50f3913a7b2b095bb5c31ec7dbf1848d6f60642b
    https://github.com/scummvm/scummvm/commit/50f3913a7b2b095bb5c31ec7dbf1848d6f60642b
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-07-17T11:35:29+03:00

Commit Message:
CI: Use ccache on github actions

Changed paths:
    .github/workflows/ci.yml


diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index de6295952e..f91e01a46a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -133,6 +133,11 @@ jobs:
         run: |
           ./devtools/create_project/xcode/build/Release/create_project . --xcode --enable-all-engines ${{ matrix.configflags }}
           ls
+      - name: ccache
+        uses: hendrikmuhs/ccache-action at v1
+        with:
+          key: ${{ matrix.platform }}
+          max-size: 1G
       - name: Build scummvm
         run: |
           xcodebuild build -project scummvm.xcodeproj ${{ matrix.buildFlags }}
@@ -161,6 +166,11 @@ jobs:
         run: |
           sudo apt-get update
           sudo apt-get install ${{ matrix.aptPackages }}
+      - name: ccache
+        uses: hendrikmuhs/ccache-action at v1
+        with:
+          key: ${{ matrix.platform }}
+          max-size: 1G
       - name: Call configure
         run: |
           ./configure --enable-all-engines ${{ matrix.configflags }}




More information about the Scummvm-git-logs mailing list