Skip to content

Commit

Permalink
Makefile:add dist_release rule which is same with release for CI (#6350)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxbest authored and AndreMouche committed Dec 30, 2019
1 parent b3c27e3 commit ca3c52d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -60,6 +60,8 @@ build:
run:
cargo run --features "${ENABLE_FEATURES}" --bin tikv-server

dist_release: release

release:
@cargo build --release --features "${ENABLE_FEATURES}"
@mkdir -p ${BIN_PATH}
Expand Down

0 comments on commit ca3c52d

Please sign in to comment.