mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-31 18:37:30 +01:00
Try to fix appveyor build.
This commit is contained in:
parent
8ab5b2d30d
commit
91c719d943
@ -24,7 +24,7 @@ echo "qmake args are: '$env:qmake_args'."
|
||||
|
||||
mkdir "rssguard-build"
|
||||
cd "rssguard-build"
|
||||
& "$qt_qmake" "..\build.pro" "$env:qmake_args"
|
||||
& "$qt_qmake" "..\build.pro" "-r" "$env:qmake_args" "CONFIG-=debug" "CONFIG-=debug_and_release" "CONFIG*=release"
|
||||
nmake.exe
|
||||
|
||||
cd "src\rssguard"
|
||||
|
Loading…
Reference in New Issue
Block a user