Release calculator 0.2.0
This commit is contained in:
parent
0d67e393c1
commit
0f6b1772fc
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rpn_rs"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Austen Adler <agadler@austenadler.com>"]
|
||||
edition = "2018"
|
||||
readme = "README.adoc"
|
||||
|
@ -18,7 +18,8 @@ build:
|
||||
COPY +deps/deps /deps
|
||||
COPY ./Cargo.toml ./Cargo.lock .
|
||||
COPY ./src/ ./src/
|
||||
RUN cargo build --release --target $TOOLCHAIN
|
||||
RUN cargo build --release --target "$TOOLCHAIN"
|
||||
RUN strip "target/$TOOLCHAIN/release/rpn_rs"
|
||||
SAVE ARTIFACT target/$TOOLCHAIN/release/rpn_rs AS LOCAL target/$TOOLCHAIN/release/rpn_rs
|
||||
|
||||
all:
|
||||
|
Loading…
Reference in New Issue
Block a user