tahoma2d/.travis.yml

18 lines
478 B
YAML
Raw Normal View History

2016-04-21 14:52:13 +12:00
os: osx
language: cpp
compiler: clang
before_install:
- brew update
install:
- brew install qt55 glew lz4 lzo libusb
script:
- pushd thirdparty/tiff-4.0.3
- ./configure && make
- popd
- cd toonz && mkdir build && cd build
- cmake ../sources
-DQT_PATH=/usr/local/Cellar/qt55/5.5.1/lib/
-DTIFF_INCLUDE_DIR=../../thirdparty/tiff-4.0.3/libtiff/
-DSUPERLU_INCLUDE_DIR=../../thirdparty/superlu/SuperLU_4.1/include/
- make