Skip to content

Commit

Permalink
Configure CI (no. 69)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 16, 2021
1 parent 766480c commit 7f99c40
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .azure/pipelines/ci.yml
Expand Up @@ -12,8 +12,7 @@ variables:
jobs:
- job: crossplatformBuild
displayName: Build cross-platform projects (Linux)
pool:
vmImage: ubuntu-latest
pool: DockerHosts
container: registry.gitlab.com/cafstep/dotvvm-test/dotvvm:latest
steps:
- task: Cache@2
Expand Down Expand Up @@ -44,8 +43,7 @@ jobs:

- job: unitTestsCrossplatform
displayName: Run cross-platform unit tests (Linux)
pool:
vmImage: ubuntu-latest
pool: DockerHosts
container: registry.gitlab.com/cafstep/dotvvm-test/dotvvm:latest
dependsOn: crossplatformBuild
steps:
Expand All @@ -65,8 +63,7 @@ jobs:

- job: uiTestsCrossplatform
displayName: Run UI tests (Linux)
pool:
vmImage: ubuntu-latest
pool: DockerHosts
container: registry.gitlab.com/cafstep/dotvvm-test/dotvvm:latest
dependsOn: crossplatformBuild
steps:
Expand Down Expand Up @@ -100,8 +97,7 @@ jobs:

- job: owinBuild
displayName: Build OWIN projects (Windows)
pool:
vmImage: windows-latest
pool: DockerHosts
steps:
- task: Cache@2
inputs:
Expand Down Expand Up @@ -131,7 +127,7 @@ jobs:

- job: uiTestsOwin
displayName: Run UI tests (Windows)
pool: DockerAgents
pool: DockerHosts
container: registry.gitlab.com/cafstep/dotvvm-test/dotvvm:windows
dependsOn: owinBuild
steps:
Expand Down

0 comments on commit 7f99c40

Please sign in to comment.