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

Commit 45a98d4

Browse files
committed
Enable code coverage for linux-auto-gcc Travis CI target.
1 parent 361c71b commit 45a98d4

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)