Skip to content

Commit

Permalink
Merge pull request #167 from JohanMabille/azure
Browse files Browse the repository at this point in the history
Upgraded vmImage
  • Loading branch information
JohanMabille committed Jun 10, 2020
2 parents 1559528 + ae465fb commit e9f557d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
# Configure, build, install, and test job
- job: 'build'
pool:
vmImage: 'vs2015-win2012r2'
vmImage: 'vs2017-win2016'
timeoutInMinutes: 360
steps:

Expand Down Expand Up @@ -38,8 +38,8 @@ jobs:
# Create conda enviroment
# Note: conda activate doesn't work here, because it creates a new shell!
- script: |
conda install cmake ^
gtest ^
conda install cmake==3.14.0 ^
gtest==1.10.0 ^
mkl-devel ^
ninja ^
xtensor=0.21.4 ^
Expand Down

0 comments on commit e9f557d

Please sign in to comment.