mirror of
https://github.com/digarok/buckshot.git
synced 2024-11-30 05:49:56 +00:00
set release flag on qmake
This commit is contained in:
parent
485eda94e3
commit
ac32581676
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user