Update .gitlab-ci.yml file
This commit is contained in:
parent
29b2063cb7
commit
aa59630f2e
@ -44,12 +44,14 @@ unit-test-job: # This job runs in the test stage.
|
||||
- echo "execute cmake"
|
||||
- cmake ..
|
||||
- cmake --build .
|
||||
- ls -la
|
||||
- echo "Running unit tests..."
|
||||
- export GTEST_OUTPUT="xml:report.xml"
|
||||
- ctest
|
||||
- ctest --gtest_output="xml:report.xml"
|
||||
- ./hello_test --gtest_output="xml:report.xml"
|
||||
- ls -la
|
||||
- cd ..
|
||||
- ls -la
|
||||
artifacts:
|
||||
when: always
|
||||
reports:
|
||||
|
Loading…
x
Reference in New Issue
Block a user