Browse Source

travis: Build with CMake on Ubuntu trusty + precise.

Sam Edwards 9 years ago
parent
commit
53c407e470
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -9,8 +9,16 @@ matrix:
     - compiler: clang
       env: BUILDSYSTEM=makepanda PYTHONV=python2.7 FLAGS=--override=STDFLOAT_DOUBLE=1
     - compiler: gcc
+      dist: precise
       env: BUILDSYSTEM=cmake FLAGS=-DCOMPOSITE_SOURCE_LIMIT=0 # Disable unity builds to catch missing #include directives
     - compiler: clang
+      dist: precise
+      env: BUILDSYSTEM=cmake FLAGS=-DCOMPOSITE_SOURCE_LIMIT=0 # Disable unity builds to catch missing #include directives
+    - compiler: gcc
+      dist: trusty
+      env: BUILDSYSTEM=cmake FLAGS=-DCOMPOSITE_SOURCE_LIMIT=0 # Disable unity builds to catch missing #include directives
+    - compiler: clang
+      dist: trusty
       env: BUILDSYSTEM=cmake FLAGS=-DCOMPOSITE_SOURCE_LIMIT=0 # Disable unity builds to catch missing #include directives
 addons:
   apt: