comparison .travis.yml @ 1081:61edd11299e5

bad travis syntax
author Matt Johnston <matt@ucc.asn.au>
date Sat, 02 May 2015 22:55:53 +0800
parents a988f7db337c
children 3cb73e8d6122
comparison
equal deleted inserted replaced
1080:a988f7db337c 1081:61edd11299e5
2 compiler: 2 compiler:
3 - gcc 3 - gcc
4 4
5 script: 5 script:
6 - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst 6 - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst
7 - [ "$NOWRITEV" == 1 ] && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h 7 - test "$NOWRITEV" && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h
8 - make install 8 - make install
9 - ~/inst/bin/dropbearkey -t rsa -f testrsa 9 - ~/inst/bin/dropbearkey -t rsa -f testrsa
10 - ~/inst/bin/dropbearkey -t dss -f testdss 10 - ~/inst/bin/dropbearkey -t dss -f testdss
11 - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256 11 - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256
12 - ~/inst/bin/dropbearkey -t ecdsa -f testec384 -s 384 12 - ~/inst/bin/dropbearkey -t ecdsa -f testec384 -s 384