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 863bea2 commit 6bb7390
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,30 @@ jobs:
pool:
vmImage: 'ubuntu-latest'
steps:
- checkout: self
lfs: true
submodules: true
displayName: "Pull all repos"
- script: |
mkdir build
cd build
cmake -G "Unix Makefiles" ../
make libgltf
cd ../
displayName: "Compile for Linux"
- checkout: self
lfs: true
submodules: true
- job: macOS
pool:
vmImage: 'macOS-latest'
steps:
- checkout: self
lfs: true
submodules: true
displayName: "Pull all repos"
- script: |
mkdir build
cd build
cmake -G "Unix Makefiles" ../
make libgltf
cd ../
displayName: "Compile for macOS"
- checkout: self
lfs: true
submodules: true

0 comments on commit 6bb7390

Please sign in to comment.