git commit -m "first commit for v2"
This commit is contained in:
15
Devices/Libraries/Systems/can-utils/.github/workflows/ndk.yml
vendored
Executable file
15
Devices/Libraries/Systems/can-utils/.github/workflows/ndk.yml
vendored
Executable file
@@ -0,0 +1,15 @@
|
||||
name: NDK
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: CMake and NDK
|
||||
run: |
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_WERROR=ON -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake -B build
|
||||
cmake --build build
|
||||
Reference in New Issue
Block a user