mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
Add some tests for multi
This commit is contained in:
parent
f0bf37b6cb
commit
ce9f9594da
16
.travis.yml
16
.travis.yml
@ -3,13 +3,13 @@ compiler:
|
|||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- autoconf && autoheader && ./configure --$BUNDLEDLIBTOM-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" && make
|
- mkdir ~/inst
|
||||||
- ./dropbearkey -t rsa -f testrsa
|
- autoconf && autoheader && ./configure --$BUNDLEDLIBTOM-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst && make install
|
||||||
- ./dropbearkey -t dss -f testdss
|
- ~/inst/bin/dropbearkey -t rsa -f testrsa
|
||||||
- ./dropbearkey -t ecdsa -f testec256 -s 256
|
- ~/inst/bin/dropbearkey -t dss -f testdss
|
||||||
- ./dropbearkey -t ecdsa -f testec384 -s 384
|
- ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256
|
||||||
- ./dropbearkey -t ecdsa -f testec521 -s 521
|
- ~/inst/bin/dropbearkey -t ecdsa -f testec384 -s 384
|
||||||
|
- ~/inst/bin/dropbearkey -t ecdsa -f testec521 -s 521
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
@ -18,5 +18,7 @@ before_install:
|
|||||||
env:
|
env:
|
||||||
- BUNDLEDLIBTOM=enable
|
- BUNDLEDLIBTOM=enable
|
||||||
- BUNDLEDLIBTOM=disable
|
- BUNDLEDLIBTOM=disable
|
||||||
|
- MULTI=1
|
||||||
|
- MULTI=0
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user