-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMakefile
More file actions
20 lines (19 loc) · 715 Bytes
/
Makefile
File metadata and controls
20 lines (19 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
gen:
fvm flutter pub run build_runner build --delete-conflicting-outputs
check_update:
fvm flutter pub upgrade --major-versions
fvm flutter pub get
clean:
fvm flutter clean
windows: clean
act --container-architecture linux/amd64 --env-file .windows.env -P windows-latest=-self-hosted -j build_windows
macos: clean
act --container-architecture linux/amd64 --env-file .macos.env -P macos-latest=-self-hosted -j build_macos
linux: clean
act --container-architecture linux/amd64 --env-file .linux.env -P ubuntu-latest=-self-hosted -j build_linux
init:
cargo install flutter_rust_bridge_codegen
cargo install cargo-xcode
cargo install cargo-make
act:
act --container-architecture linux/amd64 --env-file .env