ci: add .appflowy_dev

This commit is contained in:
appflowy
2022-02-20 08:06:53 +08:00
parent 7d93ed8e81
commit e9ba9ad149
4 changed files with 7 additions and 7 deletions

View File

@ -138,13 +138,12 @@ script = [
"""
# Copy the flowy_sdk lib to system temp directory for flutter unit test.
lib = set lib${LIB_NAME}.${SDK_EXT}
dest = set ${TMPDIR}/appflowy/${lib}
echo ${dest}
dest = set ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/app_flowy/.appflowy_dev/${lib}
rm ${dest}
cp ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/rust-lib/target/${RUST_COMPILE_TARGET}/${BUILD_FLAG}/${lib} \
${dest}
echo copy ${lib} to ${dest}
""",
]
script_runner = "@duckscript"