[fp-rs] Adding Github actions buildrule for Rust Fast Pair and Bluetooth.

This commit is contained in:
Lucas Silva Shepard
2023-08-14 13:36:21 -07:00
parent a683ed6789
commit b7328ddd2e
+7 -3
View File
@@ -47,9 +47,11 @@ jobs:
submodules: recursive
- name: Build FPP
run: cargo build --manifest-path presence/fpp/fpp/Cargo.toml
- name: Build Bluetooth Module
run: cargo build --manifest-path fastpair/rust/bluetooth/Cargo.toml
- name: Build Fast Pair
run: cargo build --manifest-path fastpair/rust/Cargo.toml
run: cargo build --manifest-path fastpair/rust/demo/rust/Cargo.toml
build-rust-windows:
name: Build Rust on Windows
runs-on: windows-latest
@@ -57,6 +59,8 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build Bluetooth Module
run: cargo build --manifest-path fastpair/rust/bluetooth/Cargo.toml
- name: Build Fast Pair
run: cargo build --manifest-path fastpair/rust/Cargo.toml
run: cargo build --manifest-path fastpair/rust/demo/rust/Cargo.toml