File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ includes:
77
88tasks :
99 run-debug :
10- # The parameter name ystdlib_LIBRARIES should match the CMakeLists.txt equivalent for consistency.
10+ # The name ystdlib_LIBRARIES should match its CMakeLists.txt equivalent for consistency.
1111 desc : >-
1212 debug [ystdlib_LIBRARIES="<lib0;...;libn>"]: Run unit tests for debug libraries. If
1313 ystdlib_LIBRARIES is defined, only configure and build the listed libraries and their internal
1818 BUILD_TYPE : " debug"
1919
2020 run-release :
21- # The parameter name ystdlib_LIBRARIES should match the CMakeLists.txt equivalent for consistency.
21+ # The name ystdlib_LIBRARIES should match its CMakeLists.txt equivalent for consistency.
2222 desc : >-
2323 release [ystdlib_LIBRARIES="<lib0;...;libn>"]: Run unit tests for release libraries. If
2424 ystdlib_LIBRARIES is defined, only configure and build the listed libraries and their internal
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ includes:
1010
1111tasks :
1212 build-debug :
13- # The parameter name ystdlib_LIBRARIES should match the CMakeLists.txt equivalent for consistency.
13+ # The name ystdlib_LIBRARIES should match its CMakeLists.txt equivalent for consistency.
1414 desc : >-
1515 build-debug [ystdlib_LIBRARIES="<lib0;...;libn>"]: Configure and build debug libraries. If
1616 ystdlib_LIBRARIES is defined, only configure and build the listed libraries and their internal
2222 LIBRARIES : " {{.ystdlib_LIBRARIES}}"
2323
2424 build-release :
25- # The parameter name ystdlib_LIBRARIES should match the CMakeLists.txt equivalent for consistency.
25+ # The name ystdlib_LIBRARIES should match its CMakeLists.txt equivalent for consistency.
2626 desc : >-
2727 build-release [ystdlib_LIBRARIES="<lib0;...;libn>"]: Configure and build release libraries. If
2828 ystdlib_LIBRARIES is defined, only configure and build the listed libraries and their internal
You can’t perform that action at this time.
0 commit comments