Skip to content

Commit 6eecd13

Browse files
committed
update CMakePresets.json, add docker/ninja.env
1 parent fe75f42 commit 6eecd13

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakePresets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"NBL_EXPLICIT_MODULE_LOAD_LOG": "ON",
2121
"NBL_CPACK_NO_BUILD_DIRECTORY_MODULES": "ON",
2222
"NBL_RUN_TESTS": "ON",
23-
"NBL_CPACK_CI": "ON"
23+
"NBL_CPACK_CI": "ON",
24+
"GIT_FAIL_IF_NONZERO_EXIT": "OFF"
2425
}
2526
},
2627
{

docker/ninja.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NINJA_STATUS="[%r jobs, %f/%t edges, %oe/s, elapsed %ws]: "

0 commit comments

Comments
 (0)