CI: Use jom to parallelize the build

... and use powershell after all
This commit is contained in:
Peter Hartmann 2022-04-13 11:33:26 +02:00
parent 7693c8d911
commit 424f3bfb10
1 changed files with 5 additions and 5 deletions

View File

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