CI: Use jom to parallelize the build (#177)

... and use powershell after all
This commit is contained in:
Peter Hartmann 2022-04-13 12:40:19 +02:00 committed by GitHub
parent 7693c8d911
commit 6d9dcbcf91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,12 +74,12 @@ jobs:
- name: Qt version
run: qmake -v
shell: cmd
- name: qmake
run: qmake qskinny.pro
shell: cmd
- name: nmake
run: nmake
shell: cmd
- name: jom
run: |
Invoke-WebRequest -Uri "https://download.qt.io/official_releases/jom/jom.zip" -OutFile jom.zip
unzip jom.zip
.\jom