put config release in right place, donut
This commit is contained in:
parent
c81ecd332b
commit
313fa1904c
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ matrix:
|
|||
- brew update
|
||||
- brew install qt
|
||||
script:
|
||||
- /usr/local/opt/qt/bin/qmake
|
||||
- make -j2 -config release
|
||||
- /usr/local/opt/qt/bin/qmake -config release
|
||||
- make -j2
|
||||
- /usr/local/opt/qt/bin/macdeployqt pretmap.app -dmg
|
||||
before_deploy:
|
||||
- git config --local user.name $(git log -1 $TRAVIS_COMMIT --pretty="%aN")
|
||||
|
|
Loading…
Reference in a new issue