diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..a1a0d01b --- /dev/null +++ b/azure-pipelines.yml @@ -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'