Mercurial > dropbear
changeset 913:6e2aa862e167
The arguments are for configure, not make!
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 07 Mar 2014 20:52:57 +0800 |
parents | e630c7aecff7 |
children | 54e1214e3af7 |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Fri Mar 07 20:44:32 2014 +0800 +++ b/.travis.yml Fri Mar 07 20:52:57 2014 +0800 @@ -2,7 +2,7 @@ compiler: - gcc -script: autoconf && autoheader && ./configure && make --$BUNDLEDLIBTOM-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" +script: autoconf && autoheader && ./configure --$BUNDLEDLIBTOM-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" && make before_install: - sudo apt-get update -qq