Skip to content

Commit

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

- job: unitTestsCrossplatform
displayName: Run cross-platform unit tests (Linux)
pool:
name: DockerHosts
demands: Agent.OS -equals Linux
pool: DockerAgents
container: docker-reg.riganti.cz/dotvvm-ci:linux
dependsOn: crossplatformBuild
steps:
Expand Down

0 comments on commit e23de20

Please sign in to comment.