Skip to content

Commit

Permalink
try build for macOS in azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchicn committed Nov 27, 2018
1 parent c7a10a8 commit a3da58f
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# C/C++ with GCC
# Build your C/C++ project with GCC using make.
# Add steps that publish test results, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/c-cpp/gcc

jobs:
- job: Linux

pool:
vmImage: 'Ubuntu 16.04'

vmImage: 'ubuntu-16.04'
steps:
- script: |
mkdir build
Expand All @@ -18,10 +11,8 @@ jobs:
cd ../
- job: macOS

pool:
vmImage: 'macOS 11'

vmImage: 'macOS-10.13'
steps:
- script: |
mkdir build
Expand Down

0 comments on commit a3da58f

Please sign in to comment.