summaryrefslogtreecommitdiff
path: root/.gitlab/test.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-27 14:59:20 +0000
committermo khan <mo.khan@gmail.com>2020-05-27 14:59:20 +0000
commit5b4aca6e3c936bca2657d1ad1a8f336838fda4bb (patch)
tree2a5ba8dfc9bdb61c58633373be122ae2f83df1e7 /.gitlab/test.yml
parentbff873a938de126d2b79e799df325f3d5c31295b (diff)
parent80fa34dd2bd72af88efcb85844302d04450a0e1e (diff)
Merge branch '212919-conan-integration-tests' into 'master'v3.10.0
Scan conan projects See merge request gitlab-org/security-products/license-management!156
Diffstat (limited to '.gitlab/test.yml')
-rw-r--r--.gitlab/test.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab/test.yml b/.gitlab/test.yml
index 996f5b2..4d1f77e 100644
--- a/.gitlab/test.yml
+++ b/.gitlab/test.yml
@@ -43,6 +43,11 @@ unit:
variables:
RSPEC_DIR: spec/unit
+integration-c:
+ extends: .rspec
+ variables:
+ RSPEC_DIR: spec/integration/c
+
integration-dotnet:
extends: .rspec
variables: