Update .gitlab-ci.yml file
This commit is contained in:
parent
d46f24552d
commit
4dd01873b2
@ -45,13 +45,11 @@ unit-test-job: # This job runs in the test stage.
|
|||||||
- cmake ..
|
- cmake ..
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
- echo "Running unit tests..."
|
- echo "Running unit tests..."
|
||||||
- export GTEST_OUTPUT="xml:report.xml"
|
#- export GTEST_OUTPUT="xml:report.xml"
|
||||||
- ctest
|
- ctest
|
||||||
- ls -la
|
- ls -la
|
||||||
- ctest --gtest_output="xml:report.xml"
|
- ctest --gtest_output="xml:report.xml"
|
||||||
- ls -la
|
- ls -la
|
||||||
- ./hello_test --gtest_output="xml:report.xml"
|
|
||||||
- ls -la
|
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user