Skip to content

Create build_opencv_world_for_macArm64.sh #75

Create build_opencv_world_for_macArm64.sh

Create build_opencv_world_for_macArm64.sh #75

name: Build macOS-x86
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Configure CMake
run: cmake -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=Debug -DSL_DOWNLOAD_DATA=OFF
- name: Build
run: cmake --build ${{ github.workspace }}/build -j $(sysctl -n hw.ncpu)