mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
commit
796a0a9f41
7
Makefile
7
Makefile
@ -5,9 +5,8 @@ flowy_dev: install_cargo_make
|
|||||||
|
|
||||||
install_cargo_make:
|
install_cargo_make:
|
||||||
cargo install --force cargo-make
|
cargo install --force cargo-make
|
||||||
|
brew bundle
|
||||||
|
|
||||||
install_rust:
|
install_rust:
|
||||||
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
|
brew bundle
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
rustup-init -y
|
||||||
echo 'export PATH="$$HOME/.cargo/bin:$$PATH"' >> ~/.bash_profile
|
|
||||||
source ~/.bash_profile
|
|
||||||
|
@ -3,7 +3,6 @@ run_task = { name = ["install_targets","install_diesel", "install_protobuf"] }
|
|||||||
|
|
||||||
[tasks.install_diesel]
|
[tasks.install_diesel]
|
||||||
script = """
|
script = """
|
||||||
brew install sqlite3
|
|
||||||
cargo install diesel_cli --no-default-features --features sqlite
|
cargo install diesel_cli --no-default-features --features sqlite
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@ -17,8 +16,6 @@ rustup target add aarch64-apple-darwin
|
|||||||
|
|
||||||
[tasks.install_protobuf]
|
[tasks.install_protobuf]
|
||||||
script = """
|
script = """
|
||||||
brew install protobuf@3.13
|
|
||||||
|
|
||||||
# Custom dart:
|
# Custom dart:
|
||||||
#brew tap dart-lang/dart
|
#brew tap dart-lang/dart
|
||||||
#brew install dart
|
#brew install dart
|
||||||
|
Loading…
Reference in New Issue
Block a user