mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
travis: build the examples too
to make sure they keep building warning-free Closes #1777
This commit is contained in:
parent
5c2aac7162
commit
b53b4e4424
@ -90,13 +90,13 @@ script:
|
||||
- |
|
||||
if [ "$T" = "debug" ]; then
|
||||
./configure --enable-debug --enable-werror $C
|
||||
make
|
||||
make && make examples
|
||||
make TFLAGS=-n test-nonflaky
|
||||
fi
|
||||
- |
|
||||
if [ "$T" = "normal" ]; then
|
||||
./configure --enable-warnings --enable-werror $C
|
||||
make
|
||||
make && make examples
|
||||
make test-nonflaky
|
||||
fi
|
||||
- |
|
||||
|
Loading…
Reference in New Issue
Block a user