CI: Build GUI with QtCharts (#2627)
This commit is contained in:
parent
40dba74ac8
commit
c702046cce
|
@ -49,12 +49,14 @@ jobs:
|
||||||
|
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
|
with:
|
||||||
|
modules: 'qtcharts'
|
||||||
|
|
||||||
- name: Build GUI x64 release
|
- name: Build GUI x64 release
|
||||||
run: |
|
run: |
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
cd gui
|
cd gui
|
||||||
qmake
|
qmake HAVE_QCHART=yes
|
||||||
nmake release
|
nmake release
|
||||||
|
|
||||||
- name: Deploy GUI
|
- name: Deploy GUI
|
||||||
|
|
Loading…
Reference in New Issue