We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca0769 commit 76b566dCopy full SHA for 76b566d
ci/script.sh
@@ -5,7 +5,7 @@ test_svd() {
5
https://raw.githubusercontent.com/posborne/cmsis-svd/python-0.4/data/$1/${2}.svd \
6
> $td/${2}.svd
7
target/$TARGET/release/svd2rust -i $td/${2}.svd > $td/src/lib.rs
8
- cargo build --manifest-path $td/Cargo.toml
+ cargo check --manifest-path $td/Cargo.toml
9
}
10
11
main() {
0 commit comments