Skip to content

Commit ec5f960

Browse files
mxschmittyury-s
andauthored
devops: set up CI with Azure Pipelines (#1146)
Co-authored-by: Yury Semikhatsky <[email protected]>
1 parent d9fea34 commit ec5f960

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

azure-pipelines.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
trigger:
2+
- main
3+
4+
pool:
5+
vmImage: ubuntu-22.04
6+
7+
steps:
8+
- script: bash ./scripts/download_driver_for_all_platforms.sh
9+
10+
- script: mvn -B install -D skipTests --no-transfer-progress
11+
displayName: 'Build & Install'

0 commit comments

Comments
 (0)