|
@@ -129,10 +129,12 @@ test-public:
|
|
|
variables:
|
|
|
GIT_STRATEGY: none
|
|
|
RUST_TARGET: x86_64-unknown-linux-musl
|
|
|
- before_script: []
|
|
|
+ before_script:
|
|
|
+ - apt-get update
|
|
|
+ - apt-get install -y openssl
|
|
|
script:
|
|
|
# Generate random file, upload/download and assert equality
|
|
|
- - "head -c2k </dev/urandom >test.txt"
|
|
|
+ - "head -c8m </dev/urandom >test.txt"
|
|
|
- "./ffsend-$RUST_TARGET upload test.txt -d2 -I"
|
|
|
- "./ffsend-$RUST_TARGET download $(./ffsend-$RUST_TARGET history -q) -I -o=download.txt"
|
|
|
- "./ffsend-$RUST_TARGET delete $(./ffsend-$RUST_TARGET history -q) -I"
|