Try to fix appveyor build.
This commit is contained in:
parent
8ab5b2d30d
commit
91c719d943
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ echo "qmake args are: '$env:qmake_args'."
|
||||||
|
|
||||||
mkdir "rssguard-build"
|
mkdir "rssguard-build"
|
||||||
cd "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
|
nmake.exe
|
||||||
|
|
||||||
cd "src\rssguard"
|
cd "src\rssguard"
|
||||||
|
|
Loading…
Add table
Reference in a new issue