File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 16
16
- " **/CMakeLists.txt"
17
17
- " **.cmake"
18
18
- " .github/workflows/ci.yml"
19
+ - " .github/workflows/composite-build/*"
19
20
workflow_dispatch :
20
21
21
22
# avoid wasted runs
Original file line number Diff line number Diff line change 16
16
- " **/CMakeLists.txt"
17
17
- " **.cmake"
18
18
- " .github/workflows/ci_windows.yml"
19
+ - " .github/workflows/composite-build/*"
19
20
- " !memcheck.cmake"
20
21
workflow_dispatch :
21
22
Original file line number Diff line number Diff line change 10
10
# debug triggers asan build errors in general with oneAPI Linux
11
11
CMAKE_INSTALL_PREFIX : ~/libs
12
12
CMAKE_PREFIX_PATH : ~/libs
13
+ CMAKE_GENERATOR : Ninja
14
+ # don't need Ninja but it prints the command lines by default which is good for debugging
13
15
14
16
on :
15
17
push :
You can’t perform that action at this time.
0 commit comments