mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
[flutter]: disable copy-to-sys-tmpdir task
This commit is contained in:
parent
418812d61d
commit
a72dc5d2ec
@ -4,7 +4,7 @@
|
|||||||
category = "Build"
|
category = "Build"
|
||||||
condition = { channels = ["nightly"] }
|
condition = { channels = ["nightly"] }
|
||||||
dependencies = ["flowy-sdk-build"]
|
dependencies = ["flowy-sdk-build"]
|
||||||
run_task = { name = ["copy-to-sys-tmpdir"] }
|
#run_task = { name = ["copy-to-sys-tmpdir"] }
|
||||||
|
|
||||||
[tasks.flowy-sdk-build]
|
[tasks.flowy-sdk-build]
|
||||||
dependencies = ["echo_env"]
|
dependencies = ["echo_env"]
|
||||||
@ -49,9 +49,9 @@ condition = { profiles = [ "development-mac" ], platforms = ["mac"] }
|
|||||||
script = [
|
script = [
|
||||||
"""
|
"""
|
||||||
# post the dylib target_path that use for flutter unit test
|
# post the dylib target_path that use for flutter unit test
|
||||||
target_path = set ${TMPDIR}/appflowy_client/lib${CARGO_MAKE_CRATE_FS_NAME}.dylib
|
target_path = set ${TMPDIR}/appflowy/lib${CARGO_MAKE_CRATE_FS_NAME}.${SDK_EXT}
|
||||||
rm ${target_path}
|
rm ${target_path}
|
||||||
cp ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/rust-lib/target/${RUST_COMPILE_TARGET}/${BUILD_FLAG}/lib${CARGO_MAKE_CRATE_FS_NAME}.dylib ${target_path}
|
cp ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/rust-lib/target/${RUST_COMPILE_TARGET}/${BUILD_FLAG}/lib${CARGO_MAKE_CRATE_FS_NAME}.${SDK_EXT} ${target_path}
|
||||||
""",
|
""",
|
||||||
]
|
]
|
||||||
script_runner = "@duckscript"
|
script_runner = "@duckscript"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user