Skip to content

Commit ed4c983

Browse files
committed
.travis-check.sh: ./configure --enable-debug
1 parent f1342be commit ed4c983

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Makefile.in
66
*.log
77
*.trs
88

9+
/alfalfa-*
10+
911
/INSTALL
1012
/aclocal.m4
1113
/ar-lib

.travis-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
cd /home/user/alfalfa
44
./autogen.sh
5-
./configure
5+
./configure --enable-debug
66
make -j3 distcheck V=1 || (cat alfalfa-0.1/_build/sub/src/tests/test-suite.log && exit 1)

0 commit comments

Comments
 (0)