You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
ci: test build dir 5
This commit is contained in:
45
.github/workflows/build-manager.yml
vendored
45
.github/workflows/build-manager.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
- 'manager/**'
|
||||
- 'kernel/**'
|
||||
- 'userspace/ksud_overlayfs**'
|
||||
# - 'userspace/ksud_magic/**'
|
||||
- 'userspace/ksud_magic/**'
|
||||
pull_request:
|
||||
branches: [ "next" ]
|
||||
paths:
|
||||
@@ -33,20 +33,20 @@ jobs:
|
||||
target: ${{ matrix.target }}
|
||||
os: ${{ matrix.os }}
|
||||
|
||||
# build-ksud_magic:
|
||||
# needs: build-ksud_overlayfs
|
||||
# strategy:
|
||||
# matrix:
|
||||
# include:
|
||||
# - target: aarch64-linux-android
|
||||
# os: ubuntu-latest
|
||||
# uses: ./.github/workflows/ksud_magic.yml
|
||||
# with:
|
||||
# target: ${{ matrix.target }}
|
||||
# os: ${{ matrix.os }}
|
||||
build-ksud_magic:
|
||||
needs: build-ksud_overlayfs
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- target: aarch64-linux-android
|
||||
os: ubuntu-latest
|
||||
uses: ./.github/workflows/ksud_magic.yml
|
||||
with:
|
||||
target: ${{ matrix.target }}
|
||||
os: ${{ matrix.os }}
|
||||
|
||||
build-manager:
|
||||
needs: build-ksud_overlayfs
|
||||
needs: build-ksud_magic
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
@@ -87,23 +87,20 @@ jobs:
|
||||
with:
|
||||
name: ksud_overlayfs-aarch64-linux-android
|
||||
path: .
|
||||
|
||||
- name: List extracted files
|
||||
run: ls -R ./
|
||||
|
||||
- name: Copy ksud_overlayfs to app jniLibs
|
||||
run: |
|
||||
cp -f ksud_overlayfs/aarch64-linux-android/release/ksud ../manager/app/src/main/jniLibs/arm64-v8a/libksud_overlayfs.so
|
||||
|
||||
# - name: Download arm64 ksud_magic
|
||||
# uses: actions/download-artifact@v4
|
||||
# with:
|
||||
# name: ksud_magic-aarch64-linux-android
|
||||
# path: ksud_magic
|
||||
- name: Download arm64 ksud_magic
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: ksud_magic-aarch64-linux-android
|
||||
path: ksud_magic
|
||||
|
||||
# - name: Copy ksud_magic to app jniLibs
|
||||
# run: |
|
||||
# cp -f ksud_magic/aarch64-linux-android/release/ksud ../manager/app/src/main/jniLibs/arm64-v8a/libksud_magic.so
|
||||
- name: Copy ksud_magic to app jniLibs
|
||||
run: |
|
||||
cp -f ksud_magic/aarch64-linux-android/release/ksud ../manager/app/src/main/jniLibs/arm64-v8a/libksud_magic.so
|
||||
|
||||
|
||||
- name: Build with Gradle
|
||||
|
||||
Reference in New Issue
Block a user