show directory listing to see what's in the build dir. cat aclocal.m4 after it has actually been created.

This commit is contained in:
Isaac Connor 2015-04-01 11:26:23 -04:00
parent 59fbb4d0b5
commit fd62b1a71c
1 changed files with 2 additions and 2 deletions

View File

@ -32,10 +32,10 @@ install:
- sudo make install-libs
before_script:
- cd $TRAVIS_BUILD_DIR
- pwd
- ls -l
- if [ "$ZM_BUILDMETHOD" = "autotools" ]; then libtoolize -v --force; fi
- if [ "$ZM_BUILDMETHOD" = "autotools" ]; then cat aclocal.m4; fi
- if [ "$ZM_BUILDMETHOD" = "autotools" ]; then aclocal; fi
- if [ "$ZM_BUILDMETHOD" = "autotools" ]; then cat aclocal.m4; fi
- if [ "$ZM_BUILDMETHOD" = "autotools" ]; then autoheader; fi
- if [ "$ZM_BUILDMETHOD" = "autotools" ]; then automake --force-missing --add-missing; fi
- if [ "$ZM_BUILDMETHOD" = "autotools" ]; then autoconf; fi