Skip to content

Commit d47e854

Browse files
committed
Merge branch 'master' of github.com:syoyo/tinyobjloader
2 parents 3fa7566 + a8aa79d commit d47e854

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

azure-pipelines.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Starter pipeline
2+
# Start with a minimal pipeline that you can customize to build and deploy your code.
3+
# Add steps that build, run tests, deploy, and more:
4+
# https://aka.ms/yaml
5+
6+
trigger:
7+
- master
8+
9+
pool:
10+
vmImage: 'ubuntu-latest'
11+
12+
steps:
13+
14+
- script: |
15+
cd tests
16+
make && ./tester
17+
displayName: 'Run unit tests'

0 commit comments

Comments
 (0)