aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2021-07-24 18:31:45 -0400
committerXavier Claessens <xclaesse@gmail.com>2021-07-26 15:19:13 -0400
commit7eb4c231561dfc5a322814e587b9b89969745367 (patch)
tree75b078a932ebb1726dadb9cb56ab2f6f8d1dd9e4 /azure-pipelines.yml
parentdbf2ace6ca1ce39aa01497f815b65856079cc581 (diff)
downloadmeson-7eb4c231561dfc5a322814e587b9b89969745367.zip
meson-7eb4c231561dfc5a322814e587b9b89969745367.tar.gz
meson-7eb4c231561dfc5a322814e587b9b89969745367.tar.bz2
Split run_unittests.py file
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ca835c6..252213b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -10,6 +10,7 @@ trigger:
include:
- 'mesonbuild'
- 'test cases'
+ - 'unittests'
- 'azure-pipelines.yml'
- 'ci/azure-steps.yml'
- 'run_project_tests.py'
@@ -23,6 +24,7 @@ pr:
include:
- 'mesonbuild'
- 'test cases'
+ - 'unittests'
- 'azure-pipelines.yml'
- 'ci/azure-steps.yml'
- 'run_project_tests.py'