Skip to content

Commit 2f8ab4c

Browse files
laanwjandvgal
authored andcommitted
Merge #9390: travis: make distdir
fad896d gitignore: Wipe line after java comp tool removal (MarcoFalke) fad632e travis: make distdir (MarcoFalke)
1 parent 490acdf commit 2f8ab4c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ libconftest.dylib*
8080
*.o
8181
*.o-*
8282
*.patch
83-
.dash
8483
.energi
8584
*.a
8685
*.pb.cc

.travis.yml

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

0 commit comments

Comments
 (0)