epoxy-tls/client/publish.sh
2024-07-25 21:32:35 -07:00

13 lines
199 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
shopt -s inherit_errexit
export RELEASE=1
rm -r full minimal || true
cargo clean
bash build.sh
mv pkg full
bash build.sh --no-default-features
mv pkg minimal