Skip to content

Commit 928f120

Browse files
committed
Adding test runs to Ubuntu 16.04.
1 parent 625c666 commit 928f120

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines.yml

+8
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
cd build.debug
2121
ninja -j 2
2222
displayName: 'Run ninja'
23+
- script: |
24+
cd build.debug/Release/Binaries
25+
./test_runner *test.so
26+
displayName: 'Run Tests'
2327
- job: Ubuntu_1604_Apt_Release
2428
pool:
2529
vmImage: 'Ubuntu 16.04'
@@ -39,3 +43,7 @@ jobs:
3943
cd build.release
4044
ninja -j 2
4145
displayName: 'Run ninja'
46+
- script: |
47+
cd build.release/Release/Binaries
48+
./test_runner *test.so
49+
displayName: 'Run Tests'

0 commit comments

Comments
 (0)