mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 05:31:11 +00:00
Update cargo_publish.bat
This commit is contained in:
parent
cbb2a8c211
commit
a16d29c890
1 changed files with 3 additions and 3 deletions
|
@ -8,15 +8,15 @@ if %~dp0 == C:%homepath%\GitHub\erg\ (
|
||||||
cd ../erg_parser
|
cd ../erg_parser
|
||||||
echo publish erg_parser ...
|
echo publish erg_parser ...
|
||||||
cargo publish
|
cargo publish
|
||||||
timeout 10
|
timeout 12
|
||||||
cd ../erg_type
|
cd ../erg_type
|
||||||
echo publish erg_type ...
|
echo publish erg_type ...
|
||||||
cargo publish
|
cargo publish
|
||||||
timeout 10
|
timeout 12
|
||||||
cd ../erg_compiler
|
cd ../erg_compiler
|
||||||
echo publish erg_compiler ...
|
echo publish erg_compiler ...
|
||||||
cargo publish
|
cargo publish
|
||||||
timeout 10
|
timeout 12
|
||||||
cd ../../
|
cd ../../
|
||||||
cargo publish
|
cargo publish
|
||||||
echo completed
|
echo completed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue