Skip to content

Commit

Permalink
docs(release): test before build to ensure we don't build CI feature
Browse files Browse the repository at this point in the history
gibfahn committed Oct 26, 2020
1 parent a112655 commit 1c89b4e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
@@ -36,14 +36,14 @@ The Release process is still somewhat manual, and only works on macOS for now.
```shell
# Check the documentation is buildable.
cargo doc &&
# Build darwin.
cargo build --release &&
# Test Darwin
cargo test --release --features=CI &&
# Builds musl static Linux binaries.
bin/cargo-docker build --release &&
# Build Darwin (without the CI feature).
cargo build --release &&
# Tests musl static Linux binaries.
bin/cargo-docker
bin/cargo-docker &&
# Builds musl static Linux binaries.
bin/cargo-docker build --release
```
5. Publish to crates.io:
```shell

0 comments on commit 1c89b4e

Please sign in to comment.