tahoma2d/.travis.yml
2016-04-25 22:14:06 +09:00

17 lines
478 B
YAML

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