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 418747e commit a3d5c08
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,19 @@ jobs:
mkdir build
cd build
cmake -G "Unix Makefiles" ../
make
make libgltf
cd ../
jobs:
- job: macOS

pool:
vmImage: 'macOS 11'

steps:
- script: |
mkdir build
cd build
cmake -G "Unix Makefiles" ../
make libgltf
cd ../

0 comments on commit a3d5c08

Please sign in to comment.