Skip to content

Add overlay for Tecno Camon 18P #66

Add overlay for Tecno Camon 18P

Add overlay for Tecno Camon 18P #66

Workflow file for this run

name: Overlay
on:
pull_request:
branches: [pie]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check Out
uses: actions/checkout@main
- name: Prepare the environment
run: |
sudo apt -y install git-core git xmlstarlet
sudo apt update
- name: Run test scripts
run: |
cd tests
bash tests.sh
- name: Build APK's
run: |
cd build
bash build.sh
- name: Upload APK
uses: actions/[email protected]
with:
path: build/*.apk
name: Overlays