Update Make.yml
This commit is contained in:
parent
0e7522bdc2
commit
c1b0634982
6
.github/workflows/Make.yml
vendored
6
.github/workflows/Make.yml
vendored
@ -27,6 +27,10 @@ on:
|
|||||||
description: 'DEVICE_NAME'
|
description: 'DEVICE_NAME'
|
||||||
required: true
|
required: true
|
||||||
default: 'Archytas'
|
default: 'Archytas'
|
||||||
|
MAKEFILE_NAME:
|
||||||
|
description: 'MAKEFILE_NAME'
|
||||||
|
required: true
|
||||||
|
default: 'omni_Archytas'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -91,7 +95,7 @@ jobs:
|
|||||||
cd ${{ steps.pwd.outputs.pwd }}
|
cd ${{ steps.pwd.outputs.pwd }}
|
||||||
export ALLOW_MISSING_DEPENDENCIES=true
|
export ALLOW_MISSING_DEPENDENCIES=true
|
||||||
source build/envsetup.sh
|
source build/envsetup.sh
|
||||||
lunch ${{ github.event.inputs.DEVICE_NAME }}-eng
|
lunch ${{ github.event.inputs.MAKEFILE_NAME }}-eng
|
||||||
make clean
|
make clean
|
||||||
make recoveryimage -j$(nproc --all)
|
make recoveryimage -j$(nproc --all)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user