-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintaining a working usbip runner using admin-app and fido-authenticator requires lots of effort and code duplication and is out of scope for this repository. Instead, the usbip runner in the nitrokey-3-firmware repository can be used for development and testing.
- Loading branch information
1 parent
a7e15ef
commit b134a45
Showing
4 changed files
with
6 additions
and
614 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
.PHONY: ci setup-ubuntu run | ||
|
||
FLAGS=--example usbip --features "ctaphid devel" | ||
|
||
ci: | ||
cargo check --all-targets | ||
cargo check --all-targets --features apdu-dispatch,ctaphid | ||
cargo test --verbose | ||
cargo build $(FLAGS) | ||
|
||
run: | ||
env RUST_LOG=debug cargo run $(FLAGS) | ||
|
||
setup-ubuntu: | ||
sudo apt install llvm libclang-dev make | ||
sudo apt install llvm libclang-dev make |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.