devops: set up CI with Azure Pipelines (#1146)

Co-authored-by: Yury Semikhatsky <yurys@chromium.org>
This commit is contained in:
Max Schmitt 2022-12-22 13:46:49 +01:00 committed by GitHub
parent d9fea34baa
commit ec5f9604cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
azure-pipelines.yml Normal file
View File

@ -0,0 +1,11 @@
trigger:
- main
pool:
vmImage: ubuntu-22.04
steps:
- script: bash ./scripts/download_driver_for_all_platforms.sh
- script: mvn -B install -D skipTests --no-transfer-progress
displayName: 'Build & Install'