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