CI: Build GUI with QtCharts (#2627)

This commit is contained in:
amai2012 2020-05-03 10:09:52 +02:00 committed by GitHub
parent 40dba74ac8
commit c702046cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -49,12 +49,14 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
modules: 'qtcharts'
- name: Build GUI x64 release
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
cd gui
qmake
qmake HAVE_QCHART=yes
nmake release
- name: Deploy GUI