We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd0e9a commit 79a7013Copy full SHA for 79a7013
circle.yml
@@ -12,6 +12,7 @@ dependencies:
12
test:
13
override:
14
- cd gtest/build; make;
15
+ - cd gtest/build; ./sample1_unittest --gtest_output=xml:sample1.xml
16
- cd gtest/build; ./sample2_unittest --gtest_output=xml:sample2.xml
17
- cd gtest/build; ./sample3_unittest --gtest_output=xml:sample3.xml
18
- cd gtest/build; ./sample4_unittest --gtest_output=xml:sample4.xml
0 commit comments