set release flag on qmake

This commit is contained in:
Dagen Brock 2020-07-17 15:07:11 -05:00
parent 485eda94e3
commit ac32581676
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ jobs:
if: matrix.os != 'windows-latest'
working-directory: ./buckshot
run: |
qmake
qmake -config release
make
# - name: Mac debug
@ -69,7 +69,7 @@ jobs:
if: matrix.os == 'windows-latest'
working-directory: ./buckshot
run: |
qmake
qmake -config release
nmake