Skip to content

Commit

Permalink
Set up CI with Azure Pipelines
Browse files Browse the repository at this point in the history
just a test [skip ci]
  • Loading branch information
alexchicn committed Oct 12, 2020
1 parent 33a25d4 commit 1240d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jobs:
- job: Linux
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-latest'
steps:
- script: |
mkdir build
Expand All @@ -12,7 +12,7 @@ jobs:
- job: macOS
pool:
vmImage: 'macOS-10.13'
vmImage: 'macOS-latest'
steps:
- script: |
mkdir build
Expand Down

0 comments on commit 1240d20

Please sign in to comment.