Skip to content

Commit

Permalink
Configure CI (no. 70)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 16, 2021
1 parent 7f99c40 commit 16c76d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .azure/pipelines/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- job: crossplatformBuild
displayName: Build cross-platform projects (Linux)
pool: DockerHosts
container: registry.gitlab.com/cafstep/dotvvm-test/dotvvm:latest
container: docker-reg.riganti.cz/dotvvm-ci:linux
steps:
- task: Cache@2
inputs:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- job: unitTestsCrossplatform
displayName: Run cross-platform unit tests (Linux)
pool: DockerHosts
container: registry.gitlab.com/cafstep/dotvvm-test/dotvvm:latest
container: docker-reg.riganti.cz/dotvvm-ci:linux
dependsOn: crossplatformBuild
steps:
- download: current
Expand All @@ -64,7 +64,7 @@ jobs:
- job: uiTestsCrossplatform
displayName: Run UI tests (Linux)
pool: DockerHosts
container: registry.gitlab.com/cafstep/dotvvm-test/dotvvm:latest
container: docker-reg.riganti.cz/dotvvm-ci:linux
dependsOn: crossplatformBuild
steps:
- download: current
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

- job: owinBuild
displayName: Build OWIN projects (Windows)
pool: DockerHosts
pool: DockerAgents
steps:
- task: Cache@2
inputs:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- job: uiTestsOwin
displayName: Run UI tests (Windows)
pool: DockerHosts
container: registry.gitlab.com/cafstep/dotvvm-test/dotvvm:windows
container: docker-reg.riganti.cz/dotvvm-ci:windows
dependsOn: owinBuild
steps:
- download: current
Expand Down

0 comments on commit 16c76d8

Please sign in to comment.