mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
travis: add build with --no-python
This commit is contained in:
parent
6e8cb98861
commit
cb2329b3f1
@ -11,6 +11,8 @@ matrix:
|
|||||||
before_install:
|
before_install:
|
||||||
- export CC=gcc-4.7
|
- export CC=gcc-4.7
|
||||||
- export CXX=g++-4.7
|
- export CXX=g++-4.7
|
||||||
|
- compiler: clang
|
||||||
|
env: PYTHONV=python3 FLAGS=--no-python SKIP_TESTS=1
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
@ -42,8 +44,8 @@ install:
|
|||||||
- $PYTHONV -m pip install pytest
|
- $PYTHONV -m pip install pytest
|
||||||
script:
|
script:
|
||||||
- $PYTHONV makepanda/makepanda.py --everything --git-commit $TRAVIS_COMMIT $FLAGS --threads 4
|
- $PYTHONV makepanda/makepanda.py --everything --git-commit $TRAVIS_COMMIT $FLAGS --threads 4
|
||||||
- LD_LIBRARY_PATH=built/lib PYTHONPATH=built $PYTHONV makepanda/test_imports.py
|
- test -n "$SKIP_TESTS" || LD_LIBRARY_PATH=built/lib PYTHONPATH=built $PYTHONV makepanda/test_imports.py
|
||||||
- LD_LIBRARY_PATH=built/lib PYTHONPATH=built $PYTHONV -m pytest -v tests
|
- test -n "$SKIP_TESTS" || LD_LIBRARY_PATH=built/lib PYTHONPATH=built $PYTHONV -m pytest -v tests
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user