comparison .travis.yml @ 923:25b7ed9fe854

Don't need to mkdir
author Matt Johnston <matt@ucc.asn.au>
date Sat, 08 Mar 2014 21:00:57 +0800
parents d572054cfe15
children 204dc7bd62aa a988f7db337c
comparison
equal deleted inserted replaced
917:d572054cfe15 923:25b7ed9fe854
1 language: c 1 language: c
2 compiler: 2 compiler:
3 - gcc 3 - gcc
4 4
5 script: 5 script:
6 - mkdir ~/inst
7 - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst && make install 6 - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst && make install
8 - ~/inst/bin/dropbearkey -t rsa -f testrsa 7 - ~/inst/bin/dropbearkey -t rsa -f testrsa
9 - ~/inst/bin/dropbearkey -t dss -f testdss 8 - ~/inst/bin/dropbearkey -t dss -f testdss
10 - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256 9 - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256
11 - ~/inst/bin/dropbearkey -t ecdsa -f testec384 -s 384 10 - ~/inst/bin/dropbearkey -t ecdsa -f testec384 -s 384