Skip to content

Commit

Permalink
Configure CI (no. 85)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 23, 2021
1 parent 88b839c commit 7c543d8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ trigger:
- feature/azure-pipelines

variables:
DOTVVM_ROOT: $(Pipeline.Workspace)
DOTVVM_ROOT: $(Build.BinariesDirectory)
BUILD_CONFIGURATION: Release
DISPLAY: :42
DOTNET_NOLOGO: 1
Expand All @@ -16,6 +16,8 @@ jobs:
name: AdamovoPool
demands: Agent.OS -equals Linux
container: docker-reg.riganti.cz/dotvvm-ci:linux
workspace:
clean: all
steps:
# - task: Cache@2
# inputs:
Expand Down Expand Up @@ -50,6 +52,8 @@ jobs:
demands: Agent.OS -equals Linux
container: docker-reg.riganti.cz/dotvvm-ci:linux
dependsOn: crossplatformBuild
workspace:
clean: all
steps:
- script: ls -al $(DOTVVM_ROOT)/artifacts
# - task: DownloadPipelineArtifact@2
Expand All @@ -76,6 +80,8 @@ jobs:
demands: Agent.OS -equals Linux
container: docker-reg.riganti.cz/dotvvm-ci:linux
dependsOn: crossplatformBuild
workspace:
clean: all
steps:
- download: current
artifact: crossplatformBuild
Expand Down Expand Up @@ -110,6 +116,8 @@ jobs:
pool:
name: AdamovoPool
demands: Agent.OS -equals Windows_NT
workspace:
clean: all
steps:
- task: Cache@2
inputs:
Expand Down Expand Up @@ -147,6 +155,8 @@ jobs:
demands: Agent.OS -equals Windows_NT
container: docker-reg.riganti.cz/dotvvm-ci:windows
dependsOn: owinBuild
workspace:
clean: all
steps:
- download: current
artifact: owinBuild
Expand Down

0 comments on commit 7c543d8

Please sign in to comment.