Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
pimpmobile
Commits
1b72e204
Commit
1b72e204
authored
Sep 20, 2016
by
Erik Faye-Lund
Browse files
travis: use coveralls for test-coverage
parent
eceec98a
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
1b72e204
...
...
@@ -6,7 +6,11 @@ install:
-
wget http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitARMupdate.pl &&
perl devkitARMupdate.pl
-
export DEVKITPRO=$HOME/devkitPro
-
pip install --user cpp-coveralls
script
:
-
make all examples &&
make check
-
make all examples
-
make check
after_success
:
-
coveralls --include src --gcov-options '\-lp'
t/Makefile
View file @
1b72e204
...
...
@@ -4,7 +4,7 @@
CC
=
gcc
CPPFLAGS
=
-I
..
-DUNIT_TESTING
-DDEBUG
CFLAGS
=
-g
CFLAGS
=
-g
-fprofile-arcs
-ftest-coverage
ifdef
COMSPEC
EXE_EXT
=
.exe
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment