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 e1ba68f commit 02e78a2Copy full SHA for 02e78a2
.travis.yml
@@ -1,4 +1,4 @@
1
language: cpp
2
compiler:
3
- gcc
4
-script: cd CppUTest && make lib/libCppUTest.a && echo "Done building CppUTest" && cd .. && pwd && make vtest
+script: cd CppUTest && make && echo "Done building CppUTest" && cd .. && pwd && make vtest
CppUTest/Makefile
@@ -1,5 +1,5 @@
#Set this to @ to keep the makefile quiet
-SILENCE = @
+#SILENCE = @
#--- Inputs ----#
5
COMPONENT_NAME = CppUTest
0 commit comments