Skip to content

Commit

Permalink
build: appease windows
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Mar 30, 2024
1 parent 789315c commit 41fac86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
set CGO_CXXFLAGS="--std=c++11"
set CGO_CPPFLAGS="-ID:/a/gocv/gocv/opencv/build/install/include"
set CGO_LDFLAGS="-LD:/a/gocv/gocv/opencv/build/install/x64/mingw/lib -lopencv_core490 -lopencv_face490 -lopencv_videoio490 -lopencv_imgproc490 -lopencv_highgui490 -lopencv_imgcodecs490 -lopencv_objdetect490 -lopencv_features2d490 -lopencv_video490 -lopencv_dnn490 -lopencv_xfeatures2d490 -lopencv_plot490 -lopencv_tracking490 -lopencv_img_hash490 -lopencv_calib3d490 -lopencv_bgsegm490 -lopencv_photo490 -lopencv_aruco490 -lopencv_wechat_qrcode490 -lopencv_ximgproc490"
go test -v -tags="matprofile customenv" .
go test -v -tags=matprofile,customenv .
- name: Test GoCV Contrib
run: |
set CGO_CXXFLAGS="--std=c++11"
set CGO_CPPFLAGS="-ID:/a/gocv/gocv/opencv/build/install/include"
set CGO_LDFLAGS="-LD:/a/gocv/gocv/opencv/build/install/x64/mingw/lib -lopencv_core490 -lopencv_face490 -lopencv_videoio490 -lopencv_imgproc490 -lopencv_highgui490 -lopencv_imgcodecs490 -lopencv_objdetect490 -lopencv_features2d490 -lopencv_video490 -lopencv_dnn490 -lopencv_xfeatures2d490 -lopencv_plot490 -lopencv_tracking490 -lopencv_img_hash490 -lopencv_calib3d490 -lopencv_bgsegm490 -lopencv_photo490 -lopencv_aruco490 -lopencv_wechat_qrcode490 -lopencv_ximgproc490"
go test -v -tags="matprofile customenv" ./contrib
go test -v -tags=matprofile,customenv ./contrib

0 comments on commit 41fac86

Please sign in to comment.