Skip to content

Commit f80b695

Browse files
XueSongTapdoctorlai-msrcxfoukas
authored
Add Debug build configuration testing to CI pipeline (#57)
* Add Debug build configuration testing to CI pipeline * Add Debug build configuration test to Docker pipeline * fix: use JBPF_DEBUG environment variable instead of directly setting CMAKE_BUILD_TYPE --------- Co-authored-by: Zhihua Lai <[email protected]> Co-authored-by: Xenofon Foukas <[email protected]>
1 parent d496884 commit f80b695

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pipeline/build-for-os.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ parameters:
5656
id: test7
5757
staticBuildParam: "-e JBPF_STATIC=1 -e JBPF_EXPERIMENTAL_FEATURES=1"
5858
sanitizerBuildParam: ""
59+
- description: "Dynamic Debug"
60+
id: test8
61+
staticBuildParam: ""
62+
sanitizerBuildParam: "-e JBPF_DEBUG=1"
63+
64+
- description: "Static Debug"
65+
id: test9
66+
staticBuildParam: "-e JBPF_STATIC=1"
67+
sanitizerBuildParam: "-e JBPF_DEBUG=1"
68+
5969

6070
stages:
6171
- stage: CoverageTests

0 commit comments

Comments
 (0)