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 3b3ce99 commit c0e89b0Copy full SHA for c0e89b0
README.md
@@ -1,2 +1,4 @@
1
+[](https://dev.azure.com/kopernikusauto/AVP/_build/latest?definitionId=1&branchName=main)
2
+
3
# ecal-rs
4
Rust bindings to the Continental eCAL API
azure-pipelines.yml
@@ -15,6 +15,7 @@ pool:
15
steps:
16
- script: cargo clippy -- --deny clippy::all
17
displayName: 'clippy'
18
-- script: cargo test
19
- displayName: 'cargo test'
20
-
+- script: cargo build
+ displayName: 'cargo build'
+- script: cargo doc
21
+ displayName: 'cargo doc'
0 commit comments