Test
All checks were successful
All checks were successful
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
2ec8623d0a
commit
aa82e5a93d
1 changed files with 11 additions and 11 deletions
|
@ -9,21 +9,19 @@ jobs:
|
||||||
name: Prepare pmaports
|
name: Prepare pmaports
|
||||||
runs-on: Pmbootstrap
|
runs-on: Pmbootstrap
|
||||||
steps:
|
steps:
|
||||||
- name: Build package
|
- name: Remove libcamera aport
|
||||||
run: >
|
run: rm -rf ${{env.PMB_PMAPORTS}}/temp/libcamera
|
||||||
rm -rf ${{env.PMB_PMAPORTS}}/temp/libcamera
|
|
||||||
build:
|
build:
|
||||||
needs: prepare-aports
|
name: Build for ${{ matrix.info.arch }}
|
||||||
runs-on: Pmbootstrap
|
runs-on: Pmbootstrap
|
||||||
|
needs: prepare-aports
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
info:
|
info:
|
||||||
- arch: x86_64
|
- arch: x86_64
|
||||||
- arch: aarch64
|
- arch: aarch64
|
||||||
name: Build for ${{ matrix.info.arch }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Meow
|
|
||||||
run: echo "
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build package
|
- name: Build package
|
||||||
|
@ -36,12 +34,14 @@ jobs:
|
||||||
src: ${{github.workspace}}
|
src: ${{github.workspace}}
|
||||||
- name: Print new packages
|
- name: Print new packages
|
||||||
run: echo "${{steps.build.outputs.packages}}"
|
run: echo "${{steps.build.outputs.packages}}"
|
||||||
|
|
||||||
clean-aports:
|
clean-aports:
|
||||||
name: Clean pmaports
|
name: Clean pmaports
|
||||||
needs: build
|
needs:
|
||||||
|
- prepare-aports
|
||||||
|
- build
|
||||||
if: always()
|
if: always()
|
||||||
runs-on: Pmbootstrap
|
runs-on: Pmbootstrap
|
||||||
steps:
|
steps:
|
||||||
- name: Build package
|
- name: Reset pmaports changes
|
||||||
run: >
|
run: git -C ${{env.PMB_PMAPORTS}} reset --hard
|
||||||
git -C ${{env.PMB_PMAPORTS}} reset --hard
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue