Initial commit

This commit is contained in:
Nitan Alexandru Marcel
2023-05-22 09:44:04 +00:00
committed by GitHub
commit f2368e3669
16 changed files with 165 additions and 0 deletions

34
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,34 @@
name: Main
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ !startsWith(github.event.head_commit.message, '[skip ci]') }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: 0
- name: SetupNDK
uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r24
- name: Build
id: build
run: |
chmod 777 ./build.sh
./build.sh
- name: Upload release
uses: actions/upload-artifact@v3
with:
name: magisk-module-release
path: out/magisk-module