Skip to content

Commit

Permalink
Configure CI (no. 81)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 17, 2021
1 parent e5e29f3 commit 528f4e6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ variables:
jobs:
- job: crossplatformBuild
displayName: Build cross-platform projects (Linux)
pool: DockerAgentsLinux
pool:
name: AdamovoPool
demands: Agent.OS -equals Linux
container: docker-reg.riganti.cz/dotvvm-ci:linux
steps:
- task: Cache@2
Expand Down Expand Up @@ -43,7 +45,9 @@ jobs:

- job: unitTestsCrossplatform
displayName: Run cross-platform unit tests (Linux)
pool: DockerAgentsLinux
pool:
name: AdamovoPool
demands: Agent.OS -equals Linux
container: docker-reg.riganti.cz/dotvvm-ci:linux
dependsOn: crossplatformBuild
steps:
Expand All @@ -63,7 +67,9 @@ jobs:

- job: uiTestsCrossplatform
displayName: Run UI tests (Linux)
pool: DockerAgentsLinux
pool:
name: AdamovoPool
demands: Agent.OS -equals Linux
container: docker-reg.riganti.cz/dotvvm-ci:linux
dependsOn: crossplatformBuild
steps:
Expand Down

0 comments on commit 528f4e6

Please sign in to comment.