Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 authored Mar 15, 2024
1 parent f808e83 commit c59b863
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
publish-type: ""
extra-cmake-args: ""
- build-type: Debug
publish-type: "debug"
extra-cmake-args: ""
- build-type: Debug with ASAN
publish-type: "debug"
extra-cmake-args: "-DENABLE_ASAN=ON"

Expand Down Expand Up @@ -50,7 +53,7 @@ jobs:
ls
find .
pwd
cmake -B cmake_build -S . -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -DCMAKE_INSTALL_PREFIX=cmake_build -DOPENCV_ARCH=linuxarm64
cmake -B cmake_build -S . -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -DCMAKE_INSTALL_PREFIX=cmake_build -DOPENCV_ARCH=linuxarm64 ${{ matrix.extra-cmake-args }}
cmake --build cmake_build --target install -- -j 4
- run: find .
Expand Down

0 comments on commit c59b863

Please sign in to comment.