#!/bin/bashpushd thirdparty/tiff-4.0.3CFLAGS="-fPIC" CXXFLAGS="-fPIC" ./configure --disable-jbig && makepopdcd toonz && mkdir build && cd buildsource /opt/qt59/bin/qt59-env.shcmake ../sources \ -DWITH_SYSTEM_SUPERLU:BOOL=OFF# according to https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments# travis can offer up to 2 cores in burst, try using thatmake -j 2