Add the rest of the Rust projects to the build tool #53

Merged
savanni merged 13 commits from add-projects-to-build-tool into main 2023-08-07 22:42:23 +00:00
4 changed files with 9 additions and 7 deletions
Showing only changes of commit 69d838b755 - Show all commits

7
Cargo.lock generated
View File

@ -400,6 +400,13 @@ dependencies = [
"rustc_version",
]
[[package]]
name = "flow"
version = "0.1.0"
dependencies = [
"thiserror",
]
[[package]]
name = "fluent"
version = "0.16.0"

View File

@ -9,4 +9,5 @@ members = [
"screenplay",
"emseries",
"coordinates",
"flow",
]

View File

@ -11,12 +11,6 @@ changeset-dev:
changeset-test:
cd changeset && make test
flow-dev:
cd flow && make dev
flow-test:
cd flow && make test
kifu-core/dev:
cd kifu/core && make test

View File

@ -2,7 +2,7 @@
set -euo pipefail
RUST_ALL_TARGETS="dashboard ifc memorycache geo-types fluent-ergonomics cyberpunk-splash screenplay emseries coordinates"
RUST_ALL_TARGETS="dashboard ifc memorycache geo-types fluent-ergonomics cyberpunk-splash screenplay emseries coordinates flow"
build_rust_targets() {
local CMD=$1