Skip to content

Commit

Permalink
Add windows? 👀
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Smith committed Jul 20, 2020
1 parent 30fead3 commit f4f49c9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[![codecov](https://codecov.io/gh/tgsmith61591/skoot/branch/master/graph/badge.svg)](https://codecov.io/gh/tgsmith61591/skoot)
![Supported versions](https://img.shields.io/badge/python-3.5-blue.svg)
![Supported versions](https://img.shields.io/badge/python-3.6-blue.svg)
![Supported versions](https://img.shields.io/badge/python-3.7-blue.svg)
![Supported versions](https://img.shields.io/badge/python-3.5+-blue.svg)
[![CircleCI](https://circleci.com/gh/tgsmith61591/skoot.svg?style=svg)](https://circleci.com/gh/tgsmith61591/skoot)
[![Build Status](https://dev.azure.com/tgsmith61591gh/skoot/_apis/build/status/tgsmith61591.skoot?branchName=master)](https://dev.azure.com/tgsmith61591gh/skoot/_build/latest?definitionId=1&branchName=master)

Expand Down
31 changes: 31 additions & 0 deletions build_tools/azure/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,34 @@ jobs:
displayName: 'Installing Fortran'

- template: build_and_deploy.yml

- job: Windows

pool:
vmImage: 'windows-latest'

strategy:
maxParallel: 4
matrix:
Python35:
python.version: '3.5'

Python36:
python.version: '3.6'

Python37:
python.version: '3.7'

Python38:
python.version: '3.8'

steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '$(python.version)'
displayName: 'Setting Python version'

- script: choco install mingw
displayName: 'Installing Fortran'

- template: build_and_deploy.yml

0 comments on commit f4f49c9

Please sign in to comment.