Skip to content

Commit

Permalink
Configure CI (no. 25)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 13, 2021
1 parent a01ccac commit 685571e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ variables:

jobs:
- job: crossplatformBuild
displayName: Build all cross-platform project on Linux
container: registry.gitlab.com/cafstep/dotvvm-test/dotvvm:latest
steps:
- task: Cache@2
Expand All @@ -40,10 +41,11 @@ jobs:
command: build
projects: src/Crossplatform.sln
arguments: --no-restore --configuration $(BUILD_CONFIGURATION)
- publish: artifacts/
- publish: $(DOTVVM_ROOT)/artifacts
name: crossplatformBuild

- job: unitTestsCrossplatform
displayName: Run all cross-platform unit tests on Linux
container: registry.gitlab.com/cafstep/dotvvm-test/dotvvm:latest
dependsOn: crossplatformBuild
steps:
Expand All @@ -68,6 +70,7 @@ jobs:
publishTestResults: true

- job: uiTestsCrossplatform
displayName: Run UI tests in Chromium on Linux
container: registry.gitlab.com/cafstep/dotvvm-test/dotvvm:latest
dependsOn: crossplatformBuild
steps:
Expand Down

0 comments on commit 685571e

Please sign in to comment.