Skip to content

Commit

Permalink
remove manual cmake on win. we have conda's
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 14, 2019
1 parent 859f543 commit 4e2537f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/azp/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ jobs:
vmImage: vs2017-win2016
timeoutInMinutes: 360
steps:
- powershell: |
Write-Host "Installing CMake 3.14.4"
Invoke-WebRequest https://cmake.org/files/v3.14/cmake-3.14.4-win64-x64.zip -OutFile C:\cmake-3.14.4-win64-x64.zip
Expand-Archive C:\cmake-3.14.4-win64-x64.zip -DestinationPath C:\
Rename-Item -Path C:\cmake-3.14.4-win64-x64 -NewName C:\cmake
Write-Host "##vso[task.prependpath]C:\cmake\bin"
displayName: 'Install CMake'
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
displayName: Add conda to PATH

- script: |
ECHO ON
Expand Down

0 comments on commit 4e2537f

Please sign in to comment.