mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 18:52:00 +00:00
Don't need to mkdir
This commit is contained in:
parent
37e6207396
commit
3e1a389629
@ -3,7 +3,6 @@ compiler:
|
||||
- gcc
|
||||
|
||||
script:
|
||||
- mkdir ~/inst
|
||||
- autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst && make install
|
||||
- ~/inst/bin/dropbearkey -t rsa -f testrsa
|
||||
- ~/inst/bin/dropbearkey -t dss -f testdss
|
||||
|
Loading…
Reference in New Issue
Block a user