Skip to content

Commit c0e89b0

Browse files
committed
adding pipeline badge and no longer using cargo test for now
1 parent 3b3ce99 commit c0e89b0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
[![Build Status](https://dev.azure.com/kopernikusauto/AVP/_apis/build/status/kopernikusauto.ecal-rs?branchName=main)](https://dev.azure.com/kopernikusauto/AVP/_build/latest?definitionId=1&branchName=main)
2+
13
# ecal-rs
24
Rust bindings to the Continental eCAL API

azure-pipelines.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pool:
1515
steps:
1616
- script: cargo clippy -- --deny clippy::all
1717
displayName: 'clippy'
18-
- script: cargo test
19-
displayName: 'cargo test'
20-
18+
- script: cargo build
19+
displayName: 'cargo build'
20+
- script: cargo doc
21+
displayName: 'cargo doc'

0 commit comments

Comments
 (0)