Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 46a0f44

Browse files
authored
Merge pull request #64 from openweave/feature/enable-linux-coverage
Enabled code coverage for linux-auto-gcc Travis CI target.
2 parents 361c71b + 45a98d4 commit 46a0f44

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis/script.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,14 @@ case "${BUILD_TARGET}" in
3939
./configure && make pretty-check
4040
;;
4141

42-
linux-auto-clang|linux-auto-gcc)
42+
linux-auto-clang)
4343
./configure && make && make check
4444
;;
4545

46+
linux-auto-gcc)
47+
./configure --enable-coverage && make && make check
48+
;;
49+
4650
osx-auto-clang)
4751
./configure && make
4852
;;

0 commit comments

Comments
 (0)