shithub: openh264

Download patch

ref: f1710e6efb441c6fbe02647a295320461aafbb81
parent: b9de87ea5dd00c691d9c7a56d2d5bd63afe734d2
parent: ab866bef099d3be3261fd8556f12b0f334581cc6
author: Ethan Hugg <ethanhugg@gmail.com>
date: Thu Jul 3 05:50:50 EDT 2014

Merge pull request #1074 from mstorsjo/simplify-travis

Simplify the travis configuration, reduce duplicated rebuilds

--- a/.travis.yml
+++ b/.travis.yml
@@ -9,15 +9,7 @@
   - make gmp-bootstrap
   - make gtest-bootstrap
 script:
-  - make -B ENABLE64BIT=Yes
-  - make -B ENABLE64BIT=Yes plugin
-  - make -B ENABLE64BIT=Yes test
-  - make -B ENABLE64BIT=Yes BUILDTYPE=Debug
-  - make -B ENABLE64BIT=Yes BUILDTYPE=Debug plugin
-  - make -B ENABLE64BIT=Yes test
-  - make -B ENABLE64BIT=No
-  - make -B ENABLE64BIT=No plugin
-  - make -B ENABLE64BIT=No test
-  - make -B ENABLE64BIT=No BUILDTYPE=Debug
-  - make -B ENABLE64BIT=No BUILDTYPE=Debug plugin
-  - make -B ENABLE64BIT=No test
+  - make -B ENABLE64BIT=Yes BUILDTYPE=Release all plugin test
+  - make -B ENABLE64BIT=Yes BUILDTYPE=Debug all plugin test
+  - make -B ENABLE64BIT=No BUILDTYPE=Release all plugin test
+  - make -B ENABLE64BIT=No BUILDTYPE=Debug all plugin test