mirror of
https://github.com/microsoft/playwright-java.git
synced 2025-12-28 10:20:45 +00:00
devops: set up CI with Azure Pipelines (#1146)
Co-authored-by: Yury Semikhatsky <yurys@chromium.org>
This commit is contained in:
parent
d9fea34baa
commit
ec5f9604cd
11
azure-pipelines.yml
Normal file
11
azure-pipelines.yml
Normal 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'
|
||||
Loading…
x
Reference in New Issue
Block a user