Skip to content

Commit

Permalink
Fix accidental OpenCV LDFLAGS alteration
Browse files Browse the repository at this point in the history
  • Loading branch information
trevrosen committed Nov 9, 2017
1 parent 1008212 commit f5be81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ before_script:
- sh -e /etc/init.d/xvfb start
script:
- export CGO_CPPFLAGS="-I${HOME}/usr/include"
- export CGO_LDFLAGS="-L${HOME}/usr/lib -lopencv_core -lopencv_videoio -lopencv_imgproc -lopencv_highgui -lopencv_imgcodecs -lopencv_objdetect -lopencv_calib3d"
- export CGO_LDFLAGS="-L${HOME}/usr/lib -lopencv_core -lopencv_videoio -lopencv_imgproc -lopencv_highgui -lopencv_imgcodecs -lopencv_objdetect -lopencv_calib3d -lopencv_video
- echo "Running tests"
- make test_with_coverage
- echo "Checking that code is well-formatted"
Expand Down

0 comments on commit f5be81e

Please sign in to comment.