Add ci for manager and userspace (#2)

* kernel: move EXPECTED_* macro to Makefile

* manager: add sign configs

* tools: add check_v2

* CI: build manager

* CI: build userspace
This commit is contained in:
Ylarod
2022-12-15 12:22:43 +08:00
committed by GitHub
parent 6b84b7ed4d
commit 8e89b90b80
9 changed files with 271 additions and 4 deletions

24
.github/workflows/build-userspace.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: Build Userspace
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nttld/setup-ndk@v1
with:
ndk-version: r25b
local-cache: true
- name: Build with NDK
working-directory: ./userspace
run: ndk-build
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
with:
name: su
path: ./userspace/libs