mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
travis: Build with CMake on Ubuntu trusty + precise.
This commit is contained in:
parent
e1dfd4ee3d
commit
53c407e470
@ -9,8 +9,16 @@ matrix:
|
|||||||
- compiler: clang
|
- compiler: clang
|
||||||
env: BUILDSYSTEM=makepanda PYTHONV=python2.7 FLAGS=--override=STDFLOAT_DOUBLE=1
|
env: BUILDSYSTEM=makepanda PYTHONV=python2.7 FLAGS=--override=STDFLOAT_DOUBLE=1
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
|
dist: precise
|
||||||
env: BUILDSYSTEM=cmake FLAGS=-DCOMPOSITE_SOURCE_LIMIT=0 # Disable unity builds to catch missing #include directives
|
env: BUILDSYSTEM=cmake FLAGS=-DCOMPOSITE_SOURCE_LIMIT=0 # Disable unity builds to catch missing #include directives
|
||||||
- compiler: clang
|
- 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
|
env: BUILDSYSTEM=cmake FLAGS=-DCOMPOSITE_SOURCE_LIMIT=0 # Disable unity builds to catch missing #include directives
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user