Skip to content
Snippets Groups Projects
Commit 5df05022 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

Try to fix cpp tests and headercheck

parent 94021878
No related branches found
No related tags found
1 merge request!3Add pre-commit hooks, general CI improvements
Pipeline #107056 failed
......@@ -135,7 +135,7 @@ unstable_gcc_full cpp:
extends: .subdir-test
variables:
CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: None
TESTS_MODULE_SUBDIR: gdt
tags:
- dustin
stage: cpp
......@@ -147,7 +147,7 @@ unstable_gcc_full headercheck:
extends: .subdir-test
variables:
CI_IMAGE: debian-unstable_gcc_full
TESTS_MODULE_SUBDIR: None
TESTS_MODULE_SUBDIR: gdt
tags:
- dustin
stage: headercheck
......@@ -159,7 +159,7 @@ gcc_full cpp:
extends: .subdir-test
variables:
CI_IMAGE: debian_gcc_full
TESTS_MODULE_SUBDIR: None
TESTS_MODULE_SUBDIR: gdt
tags:
- dustin
stage: cpp
......@@ -171,7 +171,7 @@ gcc_full headercheck:
extends: .subdir-test
variables:
CI_IMAGE: debian_gcc_full
TESTS_MODULE_SUBDIR: None
TESTS_MODULE_SUBDIR: gdt
tags:
- dustin
stage: headercheck
......@@ -183,7 +183,7 @@ clang_full cpp:
extends: .subdir-test
variables:
CI_IMAGE: debian_clang_full
TESTS_MODULE_SUBDIR: None
TESTS_MODULE_SUBDIR: gdt
stage: cpp
needs: ["debian_clang_full"]
script:
......@@ -193,7 +193,7 @@ clang_full headercheck:
extends: .subdir-test
variables:
CI_IMAGE: debian_clang_full
TESTS_MODULE_SUBDIR: None
TESTS_MODULE_SUBDIR: gdt
stage: headercheck
needs: ["debian_clang_full"]
script:
......
......@@ -165,7 +165,7 @@ lint:
tpl = jinja2.Template(tpl)
images = ['debian-unstable_gcc_full', 'debian_gcc_full', 'debian_clang_full']
subdirs = [None]
subdirs = ['gdt']
kinds = ['cpp', 'headercheck']
matrix = product(images, subdirs, kinds)
with open(os.path.join(os.path.dirname(__file__), 'config.yml'), 'wt') as yml:
......
Subproject commit b81e4900992b4e32457247403f0462ae255ec15c
Subproject commit 8e5391465a1c9581bf4fa2915d91aa103c89a0db
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment