Test
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
a75ce62706
commit
c2f8aa9ba5
1 changed files with 17 additions and 1 deletions
|
@ -5,7 +5,15 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
prepare-aports:
|
||||
name: Prepare pmaports
|
||||
runs-on: Pmbootstrap
|
||||
steps:
|
||||
- name: Build package
|
||||
run: >
|
||||
rm -rf ${{env.PMB_PMAPORTS}}/temp/libcamera
|
||||
build:
|
||||
needs: prepare-aports
|
||||
runs-on: Pmbootstrap
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -25,4 +33,12 @@ jobs:
|
|||
arch: ${{ matrix.info.arch }}
|
||||
src: ${{github.workspace}}
|
||||
- name: Print new packages
|
||||
run: echo "${{steps.build.outputs.packages}}"
|
||||
run: echo "${{steps.build.outputs.packages}}" "
|
||||
clean-aports:
|
||||
needs: build
|
||||
name: Prepare pmaports
|
||||
runs-on: Pmbootstrap
|
||||
steps:
|
||||
- name: Build package
|
||||
run: >
|
||||
git -C ${{env.PMB_PMAPORTS}} reset --hard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue