ci: add tauri ci (#1833)

* ci: add tauri ci

* ci: update install windows scripts

* Update tauri_ci.yaml

* Update tauri_ci.yaml

* ci: update
This commit is contained in:
Nathan.fooo
2023-02-10 14:30:34 +08:00
committed by GitHub
parent 72768a2f77
commit cbd351453d
16 changed files with 113 additions and 31 deletions

View File

@ -32,8 +32,8 @@ flowy-notification = { path = "../flowy-notification" }
flowy-derive = { path = "../flowy-derive" }
[features]
default = ["flowy-core/dart", "flutter", "rev-sqlite"]
flutter = []
default = ["dart", "rev-sqlite"]
dart = ["flowy-core/dart"]
rev-sqlite = ["flowy-core/rev-sqlite"]
http_sync = ["flowy-core/http_sync", "flowy-core/use_bunyan"]
openssl_vendored = ["flowy-core/openssl_vendored"]