Skip to content
Snippets Groups Projects
Commit 3e1a3896 authored by Matt Johnston's avatar Matt Johnston
Browse files

Don't need to mkdir

parent 37e62073
No related merge requests found
...@@ -3,7 +3,6 @@ compiler: ...@@ -3,7 +3,6 @@ compiler:
- gcc - gcc
script: script:
- mkdir ~/inst
- autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst && make install - 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 rsa -f testrsa
- ~/inst/bin/dropbearkey -t dss -f testdss - ~/inst/bin/dropbearkey -t dss -f testdss
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment