mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
The arguments are for configure, not make!
This commit is contained in:
parent
7a9ed81f5f
commit
2f0b35a105
@ -2,7 +2,7 @@ language: c
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user