# Description Make a **Github runner yml** configuration for NDK build workflow, build should work only when somebody push into the branch, ignore pull requests # List of functionality requirements - [ ] Create pipeline call it **build.yml** - [ ] Describe step **ndk-build** - [ ] Inside this step describe all ndk build process - [ ] Describe step with libVCMP.so injecting into .apk - [ ] Describe step with APK building - [ ] Describe step with .apk file artifact upload
Description
Make a Github runner yml configuration for NDK build workflow, build should work only when somebody push into the branch, ignore pull requests
List of functionality requirements