Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ stages: -DWITH_COVERAGE=${WITH_COVERAGE} -DWITH_EXAMPLES=${WITH_EXAMPLES} - make - make test - make test CTEST_OUTPUT_ON_FAILURE=1 - make install - popd variables: Loading build +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ fi if test ${WITH_TESTS} = "yes"; then make test make test CTEST_OUTPUT_ON_FAILURE=1 if test $? != 0; then echo "Error: Some test did not pass successfuly." fi Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ stages: -DWITH_COVERAGE=${WITH_COVERAGE} -DWITH_EXAMPLES=${WITH_EXAMPLES} - make - make test - make test CTEST_OUTPUT_ON_FAILURE=1 - make install - popd variables: Loading
build +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ fi if test ${WITH_TESTS} = "yes"; then make test make test CTEST_OUTPUT_ON_FAILURE=1 if test $? != 0; then echo "Error: Some test did not pass successfuly." fi Loading