.travis.yml: Test "make dist" too.
authorJosh Triplett <josh@joshtriplett.org>
Sun, 16 Mar 2014 12:29:08 +0000 (05:29 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Sun, 16 Mar 2014 12:29:08 +0000 (05:29 -0700)
.travis.yml

index 5d8b048..6633e6f 100644 (file)
@@ -14,4 +14,4 @@ before_script:
   - sudo apt-get install dejagnu texinfo
   - if $build32 ; then sudo apt-get install gcc-multilib g++-multilib ; fi
 
-script: run= && if $build32 ; then run=i386 && mkdir path32 && PATH="$(pwd)/path32:$PATH" && printf '#!/bin/sh\nexec /usr/bin/'"$CC"' -m32 "$@"' > "path32/$CC" && chmod a+x "path32/$CC" ; fi && ./autogen.sh && $run ./configure && make && make check
+script: run= && if $build32 ; then run=i386 && mkdir path32 && PATH="$(pwd)/path32:$PATH" && printf '#!/bin/sh\nexec /usr/bin/'"$CC"' -m32 "$@"' > "path32/$CC" && chmod a+x "path32/$CC" ; fi && ./autogen.sh && $run ./configure && make && make dist && make check