Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,8 @@ cuda_examples_Debug: WITH_CUDA: "yes" BUILD_TYPE: Debug WITH_EXAMPLES: "yes" # build output snippets for documentation WITH_DOC: "yes" # store output snippets for documentation artifacts: paths: Loading build +1 −2 Original line number Diff line number Diff line Loading @@ -86,12 +86,11 @@ if [[ ${HELP} == "yes" ]]; then echo " --tests-jobs=NUM Number of processes to be used for the unit tests. It is 4 by default." echo " --with-profiling=yes/no Enables code profiling compiler falgs. 'no' by default." echo " --with-coverage=yes/no Enables code coverage reports for unit tests. 'no' by default (lcov is required)." echo " --with-doc=yes/no Build documentation. 'yes' by default." echo " --with-doc=yes/no Generate the documentation. 'yes' by default." echo " --with-examples=yes/no Compile the 'src/Examples' directory. 'yes' by default." echo " --with-tools=yes/no Compile the 'src/Tools' directory. 'yes' by default." echo " --with-python=yes/no Compile the Python bindings. 'yes' by default." echo " --with-benchmarks=yes/no Compile the 'src/Benchmarks' directory. 'yes' by default." echo " --with-doc=yes/no Generate the documentation. 'yes' by default." echo " --cmake=CMAKE Path to cmake. 'cmake' by default." echo " --verbose It enables verbose build." echo " --root-dir=PATH Path to the TNL source code root dir." Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,8 @@ cuda_examples_Debug: WITH_CUDA: "yes" BUILD_TYPE: Debug WITH_EXAMPLES: "yes" # build output snippets for documentation WITH_DOC: "yes" # store output snippets for documentation artifacts: paths: Loading
build +1 −2 Original line number Diff line number Diff line Loading @@ -86,12 +86,11 @@ if [[ ${HELP} == "yes" ]]; then echo " --tests-jobs=NUM Number of processes to be used for the unit tests. It is 4 by default." echo " --with-profiling=yes/no Enables code profiling compiler falgs. 'no' by default." echo " --with-coverage=yes/no Enables code coverage reports for unit tests. 'no' by default (lcov is required)." echo " --with-doc=yes/no Build documentation. 'yes' by default." echo " --with-doc=yes/no Generate the documentation. 'yes' by default." echo " --with-examples=yes/no Compile the 'src/Examples' directory. 'yes' by default." echo " --with-tools=yes/no Compile the 'src/Tools' directory. 'yes' by default." echo " --with-python=yes/no Compile the Python bindings. 'yes' by default." echo " --with-benchmarks=yes/no Compile the 'src/Benchmarks' directory. 'yes' by default." echo " --with-doc=yes/no Generate the documentation. 'yes' by default." echo " --cmake=CMAKE Path to cmake. 'cmake' by default." echo " --verbose It enables verbose build." echo " --root-dir=PATH Path to the TNL source code root dir." Loading