Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Merge 336a3a1 into 0312739
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Makaryev committed Aug 12, 2019
2 parents 0312739 + 336a3a1 commit deb1b6e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
jobs:
- job: Windows
pool:
vmImage: 'vs2017-win2016'

steps:
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
displayName: Add conda to PATH

- script: conda create -q -y -n CB python=3.7 conda-build conda-verify vc vs2015_runtime vs2015_win-64
displayName: Create Anaconda environment

- script: |
call activate CB
conda build --python 3.7 --override-channels -c numba -c conda-forge -c defaults -c intel --output-folder=. buildscripts/hpat-conda-recipe/
displayName: conda build

0 comments on commit deb1b6e

Please sign in to comment.