Skip to content

Commit

Permalink
delete agc block
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibl committed Jul 29, 2024
1 parent f8fba06 commit 4354319
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 399 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ jobs:
- name: Run cargo fmt (examples/adsb)
run: cargo fmt --all --manifest-path=examples/adsb/Cargo.toml -- --check

- name: Run cargo fmt (examples/agc)
run: cargo fmt --all --manifest-path=examples/agc/Cargo.toml -- --check

- name: Run cargo fmt (examples/android)
run: cargo fmt --all --manifest-path=examples/android/Cargo.toml -- --check

Expand Down Expand Up @@ -267,9 +264,6 @@ jobs:
- name: Run cargo clippy (examples/adsb)
run: cargo clippy --all-targets --manifest-path=examples/adsb/Cargo.toml -- -D warnings

- name: Run cargo clippy (examples/agc)
run: cargo clippy --all-targets --manifest-path=examples/agc/Cargo.toml -- -D warnings

- name: Run cargo clippy (examples/android)
run: cargo clippy --all-targets --manifest-path=examples/android/Cargo.toml -- -D warnings

Expand Down
3 changes: 0 additions & 3 deletions check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ cd ${SCRIPTPATH}/perf/zynq && cargo fmt --check

# examples
cd ${SCRIPTPATH}/examples/adsb && cargo fmt --check
cd ${SCRIPTPATH}/examples/agc && cargo fmt --check
cd ${SCRIPTPATH}/examples/android && cargo fmt --check
cd ${SCRIPTPATH}/examples/android-hw && cargo fmt --check
cd ${SCRIPTPATH}/examples/audio && cargo fmt --check
Expand Down Expand Up @@ -80,7 +79,6 @@ cd ${SCRIPTPATH}/perf/zynq && cargo clippy --all-targets -- -D warnings

# examples
cd ${SCRIPTPATH}/examples/adsb && cargo clippy --all-targets -- -D warnings
cd ${SCRIPTPATH}/examples/agc && cargo clippy --all-targets -- -D warnings
cd ${SCRIPTPATH}/examples/android && cargo clippy --all-targets -- -D warnings
cd ${SCRIPTPATH}/examples/android-hw && cargo clippy --all-targets -- -D warnings
cd ${SCRIPTPATH}/examples/audio && cargo clippy --all-targets -- -D warnings
Expand Down Expand Up @@ -141,7 +139,6 @@ cd ${SCRIPTPATH}/perf/zynq && cargo test --all-targets

# examples
cd ${SCRIPTPATH}/examples/adsb && cargo test --all-targets
cd ${SCRIPTPATH}/examples/agc && cargo test --all-targets
cd ${SCRIPTPATH}/examples/android && cargo test --all-targets
cd ${SCRIPTPATH}/examples/android-hw && cargo test --all-targets
cd ${SCRIPTPATH}/examples/audio && cargo test --all-targets
Expand Down
13 changes: 0 additions & 13 deletions examples/agc/Cargo.toml

This file was deleted.

75 changes: 0 additions & 75 deletions examples/agc/audio_agc.rs

This file was deleted.

Loading

0 comments on commit 4354319

Please sign in to comment.