]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
travis: build the examples too
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Aug 2017 12:05:08 +0000 (14:05 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Aug 2017 21:25:54 +0000 (23:25 +0200)
to make sure they keep building warning-free

Closes #1777

.travis.yml

index 64aecd890d5d5491776abcba4538835079825c9b..ff586e6b0b02cab0754d5636502a3ecf03149929 100644 (file)
@@ -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
     - |