We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c732b3 commit 14b39e7Copy full SHA for 14b39e7
.travis.yml
@@ -20,5 +20,6 @@ before_install:
20
script:
21
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
22
- chmod +x ./cc-test-reporter
23
+ - ./cc-test-reporter before-build
24
- make GCOV=1 travis-test
25
- ./cc-test-reporter after-build --exit-code $?
Makefile
@@ -150,7 +150,7 @@ sure: aegis-all
150
-cd mpi-examples && $(MAKE) clean && $(MAKE) NOGUI=1
151
-cd examples && $(MAKE) clean && $(MAKE) NOGUI=1
152
# -cd objc-examples && $(MAKE)
153
- sh runtests "$(CPLUSPLUS)" test/00/*.sh
+ sh runtests "$(CPLUSPLUS) $(FLAGS)" test/00/*.sh
154
155
c++11-sure: clean
156
$(MAKE) CPLUSPLUS="g++ --std=c++11" classdesc
0 commit comments