Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- windows test:
- stage: test
- tags:
- - windows
- script:
- - ./build/Test/Release/GisRbTest.exe --gtest_output="xml:report.xml"
- artifacts:
- paths:
- - report.xml
- reports:
- junit: report.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement