mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
[fp-rs] Adding Github actions buildrule for Rust Fast Pair and Bluetooth.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user