mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
travis: Don't install FFTW3 for CI tests
This is due to FFTW3 issue GH#130
This commit is contained in:
parent
629ada63db
commit
c6554d2c25
@ -62,7 +62,7 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- >
|
- >
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
brew install python@3 eigen libtar fftw libsquish zlib ffmpeg freetype \
|
brew install python@3 eigen libtar libsquish zlib ffmpeg freetype \
|
||||||
bullet opencv assimp libvorbis openssl || true
|
bullet opencv assimp libvorbis openssl || true
|
||||||
brew install ode --with-shared
|
brew install ode --with-shared
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user