mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-12 19:50:17 +05:00
Merge pull request #3110 from JohannesKleine/github-workflow-qt5
github workflow rename qmake to qmake-qt5.exe
This commit is contained in:
commit
b5bb1c4a24
2
.github/workflows/ci-mingw64.yml
vendored
2
.github/workflows/ci-mingw64.yml
vendored
@ -66,5 +66,5 @@ jobs:
|
||||
|
||||
- name: CI-Build
|
||||
run: |
|
||||
qmake . -r -spec win32-g++ "CONFIG+=release" "CONFIG+=rs_autologin" "CONFIG+=no_rs_sam3" "CONFIG+=no_rs_sam3_libsam3"
|
||||
qmake-qt5.exe . -r -spec win32-g++ "CONFIG+=release" "CONFIG+=rs_autologin" "CONFIG+=no_rs_sam3" "CONFIG+=no_rs_sam3_libsam3"
|
||||
mingw32-make -j3
|
||||
|
||||
2
.github/workflows/ci-ucrt64.yml
vendored
2
.github/workflows/ci-ucrt64.yml
vendored
@ -66,5 +66,5 @@ jobs:
|
||||
|
||||
- name: CI-Build
|
||||
run: |
|
||||
qmake . -r -spec win32-g++ "CONFIG+=release" "CONFIG+=rs_autologin" "CONFIG+=no_rs_sam3" "CONFIG+=no_rs_sam3_libsam3"
|
||||
qmake-qt5.exe . -r -spec win32-g++ "CONFIG+=release" "CONFIG+=rs_autologin" "CONFIG+=no_rs_sam3" "CONFIG+=no_rs_sam3_libsam3"
|
||||
mingw32-make -j3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user