forked from OffchainLabs/cargo-stylus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa2dd04
commit 7abd19e
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/bin/bash | ||
# 포멧과 클린업 | ||
cargo fmt | ||
cargo clippy --package cargo-stylus --package cargo-stylus-example | ||
|
||
# v0.5.1 설치 | ||
git checkout v0.5.1-welldone | ||
cargo install --path main --root ~/.cargo/v0.5.1-welldone | ||
|
||
# v0.5.2 설치 | ||
git checkout v0.5.2-welldone | ||
cargo install --path main --root ~/.cargo/v0.5.2-welldone | ||
|
||
# 설치된 경로 출력 | ||
echo "v0.5.1-welldone: ~/.cargo/v0.5.1-welldone/bin/cargo-stylus" | ||
echo "v0.5.2-welldone: ~/.cargo/v0.5.2-welldone/bin/cargo-stylus" |