CI: Build for windows on Azure Pipelines

This commit is contained in:
Colin Edwards
2019-03-06 00:02:06 -06:00
committed by Gol-D-Ace
parent ac651aa492
commit e17cadaf38
5 changed files with 70 additions and 36 deletions

4
CI/install-qt-win.cmd Normal file
View File

@@ -0,0 +1,4 @@
curl -kLO https://cdn-fastly.obsproject.com/downloads/Qt_5.10.1.7z -f --retry 5 -C -
7z x Qt_5.10.1.7z -oQt
mv Qt C:\QtDep
dir C:\QtDep