|
@@ -12,11 +12,11 @@ jobs: |
|
|
linux-arm64: |
|
|
linux-arm64: |
|
|
runs-on: ubuntu-20.04 |
|
|
runs-on: ubuntu-20.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- uses: actions/checkout@v3 |
|
|
with: |
|
|
with: |
|
|
submodules: recursive |
|
|
submodules: recursive |
|
|
- name: Set up cache |
|
|
- name: Set up cache |
|
|
uses: actions/cache@v2 |
|
|
|
|
|
|
|
|
uses: actions/cache@v3 |
|
|
with: |
|
|
with: |
|
|
path: | |
|
|
path: | |
|
|
~/PawPawBuilds |
|
|
~/PawPawBuilds |
|
@@ -48,7 +48,7 @@ jobs: |
|
|
- name: Set sha8 |
|
|
- name: Set sha8 |
|
|
id: slug |
|
|
id: slug |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
|
|
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
with: |
|
|
with: |
|
|
name: ${{ github.event.repository.name }}-linux-arm64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
name: ${{ github.event.repository.name }}-linux-arm64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
path: | |
|
|
path: | |
|
@@ -57,11 +57,11 @@ jobs: |
|
|
linux-armhf: |
|
|
linux-armhf: |
|
|
runs-on: ubuntu-20.04 |
|
|
runs-on: ubuntu-20.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- uses: actions/checkout@v3 |
|
|
with: |
|
|
with: |
|
|
submodules: recursive |
|
|
submodules: recursive |
|
|
- name: Set up cache |
|
|
- name: Set up cache |
|
|
uses: actions/cache@v2 |
|
|
|
|
|
|
|
|
uses: actions/cache@v3 |
|
|
with: |
|
|
with: |
|
|
path: | |
|
|
path: | |
|
|
~/PawPawBuilds |
|
|
~/PawPawBuilds |
|
@@ -93,7 +93,7 @@ jobs: |
|
|
- name: Set sha8 |
|
|
- name: Set sha8 |
|
|
id: slug |
|
|
id: slug |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
|
|
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
with: |
|
|
with: |
|
|
name: ${{ github.event.repository.name }}-linux-armhf-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
name: ${{ github.event.repository.name }}-linux-armhf-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
path: | |
|
|
path: | |
|
@@ -102,11 +102,11 @@ jobs: |
|
|
linux-i686: |
|
|
linux-i686: |
|
|
runs-on: ubuntu-20.04 |
|
|
runs-on: ubuntu-20.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- uses: actions/checkout@v3 |
|
|
with: |
|
|
with: |
|
|
submodules: recursive |
|
|
submodules: recursive |
|
|
- name: Set up cache |
|
|
- name: Set up cache |
|
|
uses: actions/cache@v2 |
|
|
|
|
|
|
|
|
uses: actions/cache@v3 |
|
|
with: |
|
|
with: |
|
|
path: | |
|
|
path: | |
|
|
~/PawPawBuilds |
|
|
~/PawPawBuilds |
|
@@ -135,7 +135,7 @@ jobs: |
|
|
- name: Set sha8 |
|
|
- name: Set sha8 |
|
|
id: slug |
|
|
id: slug |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
|
|
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
with: |
|
|
with: |
|
|
name: ${{ github.event.repository.name }}-linux-i686-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
name: ${{ github.event.repository.name }}-linux-i686-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
path: | |
|
|
path: | |
|
@@ -144,11 +144,11 @@ jobs: |
|
|
linux-riscv64: |
|
|
linux-riscv64: |
|
|
runs-on: ubuntu-20.04 |
|
|
runs-on: ubuntu-20.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- uses: actions/checkout@v3 |
|
|
with: |
|
|
with: |
|
|
submodules: recursive |
|
|
submodules: recursive |
|
|
- name: Set up cache |
|
|
- name: Set up cache |
|
|
uses: actions/cache@v2 |
|
|
|
|
|
|
|
|
uses: actions/cache@v3 |
|
|
with: |
|
|
with: |
|
|
path: | |
|
|
path: | |
|
|
~/PawPawBuilds |
|
|
~/PawPawBuilds |
|
@@ -180,7 +180,7 @@ jobs: |
|
|
- name: Set sha8 |
|
|
- name: Set sha8 |
|
|
id: slug |
|
|
id: slug |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
|
|
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
with: |
|
|
with: |
|
|
name: ${{ github.event.repository.name }}-linux-riscv64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
name: ${{ github.event.repository.name }}-linux-riscv64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
path: | |
|
|
path: | |
|
@@ -189,11 +189,11 @@ jobs: |
|
|
linux-x86_64: |
|
|
linux-x86_64: |
|
|
runs-on: ubuntu-20.04 |
|
|
runs-on: ubuntu-20.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- uses: actions/checkout@v3 |
|
|
with: |
|
|
with: |
|
|
submodules: recursive |
|
|
submodules: recursive |
|
|
- name: Set up cache |
|
|
- name: Set up cache |
|
|
uses: actions/cache@v2 |
|
|
|
|
|
|
|
|
uses: actions/cache@v3 |
|
|
with: |
|
|
with: |
|
|
path: | |
|
|
path: | |
|
|
~/PawPawBuilds |
|
|
~/PawPawBuilds |
|
@@ -229,7 +229,7 @@ jobs: |
|
|
- name: Set sha8 |
|
|
- name: Set sha8 |
|
|
id: slug |
|
|
id: slug |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
|
|
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
with: |
|
|
with: |
|
|
name: ${{ github.event.repository.name }}-linux-x86_64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
name: ${{ github.event.repository.name }}-linux-x86_64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
path: | |
|
|
path: | |
|
@@ -238,11 +238,11 @@ jobs: |
|
|
macos-universal: |
|
|
macos-universal: |
|
|
runs-on: macos-11 |
|
|
runs-on: macos-11 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- uses: actions/checkout@v3 |
|
|
with: |
|
|
with: |
|
|
submodules: recursive |
|
|
submodules: recursive |
|
|
- name: Set up cache |
|
|
- name: Set up cache |
|
|
uses: actions/cache@v2 |
|
|
|
|
|
|
|
|
uses: actions/cache@v3 |
|
|
with: |
|
|
with: |
|
|
path: | |
|
|
path: | |
|
|
~/PawPawBuilds |
|
|
~/PawPawBuilds |
|
@@ -260,7 +260,7 @@ jobs: |
|
|
- name: Set sha8 |
|
|
- name: Set sha8 |
|
|
id: slug |
|
|
id: slug |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
|
|
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
with: |
|
|
with: |
|
|
name: ${{ github.event.repository.name }}-macOS-universal-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
name: ${{ github.event.repository.name }}-macOS-universal-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
path: | |
|
|
path: | |
|
@@ -275,11 +275,11 @@ jobs: |
|
|
win32: |
|
|
win32: |
|
|
runs-on: ubuntu-22.04 |
|
|
runs-on: ubuntu-22.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- uses: actions/checkout@v3 |
|
|
with: |
|
|
with: |
|
|
submodules: recursive |
|
|
submodules: recursive |
|
|
- name: Set up cache |
|
|
- name: Set up cache |
|
|
uses: actions/cache@v2 |
|
|
|
|
|
|
|
|
uses: actions/cache@v3 |
|
|
with: |
|
|
with: |
|
|
path: | |
|
|
path: | |
|
|
~/PawPawBuilds |
|
|
~/PawPawBuilds |
|
@@ -307,7 +307,7 @@ jobs: |
|
|
- name: Set sha8 |
|
|
- name: Set sha8 |
|
|
id: slug |
|
|
id: slug |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
|
|
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
with: |
|
|
with: |
|
|
name: ${{ github.event.repository.name }}-win32-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
name: ${{ github.event.repository.name }}-win32-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
path: | |
|
|
path: | |
|
@@ -318,11 +318,11 @@ jobs: |
|
|
win64: |
|
|
win64: |
|
|
runs-on: ubuntu-22.04 |
|
|
runs-on: ubuntu-22.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- uses: actions/checkout@v3 |
|
|
with: |
|
|
with: |
|
|
submodules: recursive |
|
|
submodules: recursive |
|
|
- name: Set up cache |
|
|
- name: Set up cache |
|
|
uses: actions/cache@v2 |
|
|
|
|
|
|
|
|
uses: actions/cache@v3 |
|
|
with: |
|
|
with: |
|
|
path: | |
|
|
path: | |
|
|
~/PawPawBuilds |
|
|
~/PawPawBuilds |
|
@@ -350,7 +350,7 @@ jobs: |
|
|
- name: Set sha8 |
|
|
- name: Set sha8 |
|
|
id: slug |
|
|
id: slug |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" |
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
|
|
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
with: |
|
|
with: |
|
|
name: ${{ github.event.repository.name }}-win64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
name: ${{ github.event.repository.name }}-win64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
path: | |
|
|
path: | |
|
@@ -361,7 +361,7 @@ jobs: |
|
|
source-tarball: |
|
|
source-tarball: |
|
|
runs-on: ubuntu-20.04 |
|
|
runs-on: ubuntu-20.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- uses: actions/checkout@v3 |
|
|
with: |
|
|
with: |
|
|
submodules: recursive |
|
|
submodules: recursive |
|
|
- name: Set up dependencies |
|
|
- name: Set up dependencies |
|
@@ -382,7 +382,7 @@ jobs: |
|
|
- name: Set sha8 |
|
|
- name: Set sha8 |
|
|
id: slug |
|
|
id: slug |
|
|
run: echo "::set-output name=sha8::$(echo ${{ steps.slug1.outputs.sha8 || steps.slug2.outputs.sha8 }})" |
|
|
run: echo "::set-output name=sha8::$(echo ${{ steps.slug1.outputs.sha8 || steps.slug2.outputs.sha8 }})" |
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
|
|
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
with: |
|
|
with: |
|
|
name: ${{ github.event.repository.name }}-source-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
name: ${{ github.event.repository.name }}-source-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} |
|
|
path: | |
|
|
path: | |
|
@@ -404,7 +404,7 @@ jobs: |
|
|
plugin-validation: |
|
|
plugin-validation: |
|
|
runs-on: ubuntu-20.04 |
|
|
runs-on: ubuntu-20.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- uses: actions/checkout@v3 |
|
|
with: |
|
|
with: |
|
|
submodules: recursive |
|
|
submodules: recursive |
|
|
- name: Set up dependencies |
|
|
- name: Set up dependencies |
|
|