Skip to content

Commit 671cf2a

Browse files
MarcoFalkeandvgal
MarcoFalke
authored andcommitted
Merge #9416: travis: make distdir before make
faaf3ca travis: make distdir before make (MarcoFalke)
1 parent 1d12d2f commit 671cf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ script:
7979
- cid prepare
8080
- cid build
8181
- cid package
82-
- make distdir
82+
8383
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
8484
- if [ "$RUN_TESTS" = "true" ]; then travis_wait 30 cid check; fi
8585
after_script:

0 commit comments

Comments
 (0)