fix travis more

This commit is contained in:
Matt Johnston 2015-05-02 22:59:55 +08:00
parent 7e306336d0
commit cbdc1f0753

View File

@ -4,7 +4,7 @@ compiler:
script: script:
- autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst
- test "$NOWRITEV" && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h - test "$NOWRITEV" && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h || true
- make install - make install
- ~/inst/bin/dropbearkey -t rsa -f testrsa - ~/inst/bin/dropbearkey -t rsa -f testrsa
- ~/inst/bin/dropbearkey -t dss -f testdss - ~/inst/bin/dropbearkey -t dss -f testdss