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 f5f1f9c commit 2c74a2bCopy full SHA for 2c74a2b
circle.yml
@@ -11,7 +11,7 @@ dependencies:
11
12
test:
13
override:
14
- - make
+ - cd gtest/build; make
15
- ./sample1_unittest --gtest_output=xml:sample1.xml
16
- ./sample2_unittest --gtest_output=xml:sample2.xml
17
- ./sample3_unittest --gtest_output=xml:sample3.xml
0 commit comments