Use debug build in CI.

This commit is contained in:
Black Hat
2018-10-22 10:19:11 +00:00
parent 7ee13837b1
commit dac2314a7e
3 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ install:
- git submodule update --init --recursive
script:
- qmake spectral.pro CONFIG+=qtquickcompiler PREFIX="${DEPLOY_DIR}"
- qmake spectral.pro CONFIG+=debug CONFIG+=qml_debug PREFIX="${DEPLOY_DIR}"
- make
- make install
- macdeployqt ${DEPLOY_DIR}/bin/spectral.app -dmg -qmldir=qml -qmldir=imports