Update .gitlab-ci.yml file
This commit is contained in:
parent
c4c149de47
commit
c695bbe57b
@ -46,8 +46,9 @@ unit-test-job: # This job runs in the test stage.
|
|||||||
- cmake --build .
|
- cmake --build .
|
||||||
- ls -la
|
- ls -la
|
||||||
- echo "Running unit tests..."
|
- echo "Running unit tests..."
|
||||||
|
- export GTEST_OUTPUT="xml:report.xml"
|
||||||
- ctest
|
- ctest
|
||||||
- gtest.exe --gtest_output="xml:report.xml"
|
- ctest --gtest_output="xml:report.xml"
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user