From 685571e646804ca1f28b30a7c4d896e3ddec9c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0t=C4=9Bp=C3=A1nek?= Date: Tue, 13 Apr 2021 12:31:49 +0200 Subject: [PATCH] Configure CI (no. 25) --- .azure/pipelines/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index b3ffc5ad15..6b1651515d 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -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 @@ -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: @@ -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: