Skip to content

Commit 069d742

Browse files
author
Raphaël Droz
committed
ci: travis, bail-out sooner if either qmake or make failed
1 parent 46788ee commit 069d742

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ before_install:
3232
- sudo tar --wildcards --strip=2 -C /usr/lib/x86_64-linux-gnu/ -xf opencv-3.4-x86_64.pkg.tar.xz usr/lib/libopencv_xfeatures2d.so* usr/lib/libopencv_xphoto.so* usr/lib/libopencv_optflow.so*
3333

3434
script:
35-
- qmake -recursive PREFIX=/app
36-
- make
37-
- sudo make install
35+
- qmake -recursive PREFIX=/app && make && sudo make install
3836

3937
after_success:
4038
- find /app

0 commit comments

Comments
 (0)