Update .gitlab-ci.yml file
This commit is contained in:
parent
4a84500509
commit
32191ed51d
@ -40,3 +40,8 @@ unit-test-job: # This job runs in the test stage.
|
|||||||
- ls -la
|
- ls -la
|
||||||
- echo "Running unit tests..."
|
- echo "Running unit tests..."
|
||||||
- ctest
|
- ctest
|
||||||
|
- gtest.exe --gtest_output="xml:report.xml"
|
||||||
|
artifacts:
|
||||||
|
when: always
|
||||||
|
reports:
|
||||||
|
junit: report.xml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user