Commit c2dc3d7
committed
ci(dgb): configure smoke with -DCOIN_DGB=ON so test subtree builds
The Phase-B smoke gate configured with -DBUILD_TESTING=ON only; the dgb
test subtree is gated on if(COIN_DGB) (src/impl/dgb/CMakeLists.txt:54),
so the pillar targets (dgb_share_test etc.) never existed and the build
failed with "No rule to make target dgb_share_test". Per the CMake
contract (dgb/CMakeLists.txt:17-20) COIN_DGB is required to build the
test targets; add it to the gate configure. No CMake/build.yml/coin-matrix
edit — PR #47 source guard untouched.1 parent 10204e4 commit c2dc3d7
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments