Compare commits
3 Commits
add-gnuplo
...
tyler_cach
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
204d914e8b | ||
|
|
0e76a8ca01 | ||
|
|
8e0e6dbd86 |
36
.github/workflows/diff.yaml
vendored
36
.github/workflows/diff.yaml
vendored
@@ -32,6 +32,15 @@ jobs:
|
|||||||
# branches and tags. (default: 1)
|
# branches and tags. (default: 1)
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Cache libs
|
||||||
|
uses: actions/cache@v3
|
||||||
|
env:
|
||||||
|
cache-name: cache-community-libs
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
libs
|
||||||
|
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('libs/setup.sh') }}
|
||||||
|
|
||||||
- name: Build community binaries
|
- name: Build community binaries
|
||||||
run: |
|
run: |
|
||||||
# Activate toolchain.
|
# Activate toolchain.
|
||||||
@@ -75,6 +84,15 @@ jobs:
|
|||||||
- name: Fetch all history for all tags and branches
|
- name: Fetch all history for all tags and branches
|
||||||
run: git fetch
|
run: git fetch
|
||||||
|
|
||||||
|
- name: Cache libs
|
||||||
|
uses: actions/cache@v3
|
||||||
|
env:
|
||||||
|
cache-name: cache-libs
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
libs
|
||||||
|
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('libs/setup.sh') }}
|
||||||
|
|
||||||
- name: Initialize deps
|
- name: Initialize deps
|
||||||
run: |
|
run: |
|
||||||
# Activate toolchain.
|
# Activate toolchain.
|
||||||
@@ -176,6 +194,15 @@ jobs:
|
|||||||
# branches and tags. (default: 1)
|
# branches and tags. (default: 1)
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Cache libs
|
||||||
|
uses: actions/cache@v3
|
||||||
|
env:
|
||||||
|
cache-name: cache-libs
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
libs
|
||||||
|
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('libs/setup.sh') }}
|
||||||
|
|
||||||
- name: Build debug binaries
|
- name: Build debug binaries
|
||||||
run: |
|
run: |
|
||||||
# Activate toolchain.
|
# Activate toolchain.
|
||||||
@@ -223,6 +250,15 @@ jobs:
|
|||||||
# branches and tags. (default: 1)
|
# branches and tags. (default: 1)
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Cache libs
|
||||||
|
uses: actions/cache@v3
|
||||||
|
env:
|
||||||
|
cache-name: cache-release-libs
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
libs
|
||||||
|
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('libs/setup.sh') }}
|
||||||
|
|
||||||
- name: Build release binaries
|
- name: Build release binaries
|
||||||
run: |
|
run: |
|
||||||
# Activate toolchain.
|
# Activate toolchain.
|
||||||
|
|||||||
Reference in New Issue
Block a user