CI: Use jom to parallelize the build (#177)
... and use powershell after all
This commit is contained in:
parent
7693c8d911
commit
6d9dcbcf91
10
.github/workflows/qmake.yml
vendored
10
.github/workflows/qmake.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user