mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +08:00
Update appveyor.yml
This commit is contained in:
parent
f04264d6a2
commit
1bdf987b92
@ -178,10 +178,10 @@ for:
|
||||
- sh: |
|
||||
if [ "$USE_CMAKE" = false ]; then
|
||||
echo --- Run QMake Configure -----------------------------------------------------------------------------
|
||||
qmake -v
|
||||
qmake -makefile -o Makefile CONFIG+=%CONFIGURATION% ../JKQtPlotterBuildAllExamples.pro
|
||||
$QTDIR/bin/qmake -v
|
||||
$QTDIR/bin/qmake -makefile -o Makefile "CONFIG+=%CONFIGURATION%" ../JKQtPlotterBuildAllExamples.pro
|
||||
echo --- Build for QMake ---------------------------------------------------------------------------------
|
||||
make -j$(getconf _NPROCESSORS_ONLN)
|
||||
make -j$(getconf _NPROCESSORS_ONLN) qmake_all
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user