Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchicn committed Oct 12, 2020
1 parent 1240d20 commit 863bea2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
cmake -G "Unix Makefiles" ../
make libgltf
cd ../
displayName: "Compile for Linux"
- checkout: self
lfs: true
submodules: true

- job: macOS
pool:
Expand All @@ -20,3 +24,7 @@ jobs:
cmake -G "Unix Makefiles" ../
make libgltf
cd ../
displayName: "Compile for macOS"
- checkout: self
lfs: true
submodules: true

0 comments on commit 863bea2

Please sign in to comment.