Skip to content

Commit

Permalink
Add MacOS and Linux as targets for CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Nov 10, 2019
1 parent 08db817 commit e409a98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
- job: cargo_test
strategy:
matrix:
#Linux:
# vmImage: ubuntu-18.04
#MacOS:
# vmImage: macOS-10.14
Linux:
vmImage: ubuntu-18.04
MacOS:
vmImage: macOS-10.14
Windows:
vmImage: windows-2019
pool:
Expand Down

0 comments on commit e409a98

Please sign in to comment.