mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
rename some tasks' name
This commit is contained in:
@ -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"]
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user