rename some tasks' name

This commit is contained in:
appflowy
2021-11-23 17:45:18 +08:00
parent ce126fe08d
commit 054fa4c952
7 changed files with 14 additions and 11 deletions

View File

@ -1,3 +1,3 @@
echo "Start building rust sdk"
rustup show
cargo make --profile development-desktop-windows-x86 flowy-sdk-dev
cargo make --profile development-windows-x86 flowy-sdk-dev

View File

@ -2,7 +2,7 @@
# Run the task with profile, e.g.
# cargo make --profile development-mac flowy-sdk-dev
# cargo make --profile production-desktop-windows-x86 flowy-sdk-dev
# cargo make --profile production-windows-x86 flowy-sdk-dev
[tasks.env_check]
dependencies = ["echo_env"]

View File

@ -66,6 +66,8 @@ dependencies = ["check_vcpkg"]
[tasks.install_targets]
script = """
# TODO: download the targets with corresponding platform. For example:
# It's not necessary to download aarch64-apple-ios when compiling the Flowy-SDK on windows.
rustup target add x86_64-apple-ios
rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-ios