File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Original file line number Diff line number Diff line change 42
42
43
43
- name : build # export PKG_CONFIG_PATH="/opt/homebrew/opt/ffmpeg@6/lib/pkgconfig"
44
44
run : |
45
- mkdir -p build_opencv && cd build_opencv && rm -f result.txt && cmake -DCMAKE_BUILD_TYPE=Release ../opencv -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules -DWITH_FFMPEG=ON -DBUILD_SHARED_LIBS=ON -DBUILD_opencv_apps=OFF -DBUILD_opencv_text=OFF -DBUILD_opencv_hdf=OFF -DBUILD_DOCS=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DBUILD_WITH_DEBUG_INFO=OFF -DBUILD_opencv_freetype=OFF -DBUILD_opencv_world=ON && make -j$(sysctl -n hw.ncpu) && cd .. && rm -f target/release /loder_path && cargo build --release && cp target/release /loder_path build_opencv/lib/loder_path && cd build_opencv/lib && ./loder_path
45
+ mkdir -p build_opencv && cd build_opencv && rm -f result.txt && cmake -DCMAKE_BUILD_TYPE=Release ../opencv -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules -DWITH_FFMPEG=ON -DBUILD_SHARED_LIBS=ON -DBUILD_opencv_apps=OFF -DBUILD_opencv_text=OFF -DBUILD_opencv_hdf=OFF -DBUILD_DOCS=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DBUILD_WITH_DEBUG_INFO=OFF -DBUILD_opencv_freetype=OFF -DBUILD_opencv_world=ON && make -j$(sysctl -n hw.ncpu) && cd .. && rm -f target/debug /loder_path && cargo build && cp target/debug /loder_path build_opencv/lib/loder_path && cd build_opencv/lib && ./loder_path
46
46
47
47
- name : Compress build folder
48
48
run : |
You can’t perform that action at this time.
0 commit comments