mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:37:18 +03: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue