From a3dc50e67b911be685ba385dcf8e3b3786a5dc29 Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Tue, 9 Oct 2018 18:24:48 -0700 Subject: [PATCH] Adding test runs to Ubuntu 16.04. --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dab028e6fa..cc50e2cbe3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,6 +20,10 @@ jobs: cd build.debug ninja -j 2 displayName: 'Run ninja' + - script: | + cd build.debug/Release/Binaries + ./test_runner *test.so + displayName: 'Run Tests' - job: Ubuntu_1604_Apt_Release pool: vmImage: 'Ubuntu 16.04' @@ -39,3 +43,7 @@ jobs: cd build.release ninja -j 2 displayName: 'Run ninja' + - script: | + cd build.debug/Release/Binaries + ./test_runner *test.so + displayName: 'Run Tests'