travis fix

This commit is contained in:
pokamest 2021-01-17 16:27:33 +03:00
parent 3850be08f1
commit 8bc6852b39

View file

@ -18,7 +18,7 @@ jobs:
# update: true
script:
- if [ ! -f $HOME/Qt/5.14.2/clang_64/bin/qmake ]; then bash deploy/install-qt.sh --version 5.14.2 --toolchain clang_64 qtbase; fi
- if [ ! -f $HOME/Qt/5.14.2/clang_64/bin/qmake ]; then bash deploy/install-qt.sh -d $HOME/Qt --version 5.14.2 --toolchain clang_64 qtbase; fi
- bash deploy/build_macos.sh
#before_cache: