mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user