epoxy-tls/client/publish.sh
2024-07-03 11:04:02 -07:00

11 lines
181 B
Bash
Executable file

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