Skip to content

Commit

Permalink
Define ARVIZ_VERSION each job
Browse files Browse the repository at this point in the history
[skip travis]
  • Loading branch information
sethaxen committed Feb 14, 2020
1 parent 1a9bfdc commit 09c5a59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ variables:
CMDSTAN_VERSION: "2.21.0"
CMDSTAN_DIR: "$(Agent.TempDirectory)/.cmdstan/"
JULIA_CMDSTAN_HOME: "$(CMDSTAN_DIR)/cmdstan-$(CMDSTAN_VERSION)/" # required by CmdStan.jl
ARVIZ_VERSION: release

pool:
vmImage: 'ubuntu-latest'
Expand All @@ -23,10 +22,13 @@ jobs:
matrix:
Julia_1_0:
JULIA_VERSION: "1.0"
ARVIZ_VERSION: release
Julia_1_2:
JULIA_VERSION: "1.2"
ARVIZ_VERSION: release
Julia_1_3:
JULIA_VERSION: "1.3"
ARVIZ_VERSION: release
steps:
- template: .azure_templates/install_dependencies.yml
parameters:
Expand All @@ -44,8 +46,10 @@ jobs:
ARVIZ_VERSION: master
Julia_1_4:
JULIA_VERSION: "1.4"
ARVIZ_VERSION: release
Julia_nightly:
JULIA_VERSION: "nightly"
ARVIZ_VERSION: release
steps:
- template: .azure_templates/install_dependencies.yml
parameters:
Expand Down

0 comments on commit 09c5a59

Please sign in to comment.