Try to cd back to the build root
parent
158432a8cf
commit
13f5bccb7c
|
@ -9,10 +9,11 @@ with_timestamps() {
|
|||
done
|
||||
}
|
||||
|
||||
cd $TRAVIS_BUILD_DIR
|
||||
|
||||
bootstrap_zm() {
|
||||
|
||||
cd $TRAVIS_BUILD_DIR
|
||||
|
||||
if [ "$ZM_BUILDMETHOD" = "autotools" ]; then libtoolize --force; fi
|
||||
if [ "$ZM_BUILDMETHOD" = "autotools" ]; then aclocal; fi
|
||||
if [ "$ZM_BUILDMETHOD" = "autotools" ]; then autoheader; fi
|
||||
|
|
Loading…
Reference in New Issue