mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-05 04:44:19 -04:00
Merge pull request #3010 from defnax/workflow-fix
Removed jsonapi & webui config from workflow
This commit is contained in:
commit
383fd86e68
2 changed files with 2 additions and 2 deletions
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_jsonapi" "CONFIG+=rs_webui" "CONFIG+=rs_autologin" "CONFIG+=no_rs_sam3" "CONFIG+=no_rs_sam3_libsam3"
|
||||
qmake . -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_jsonapi" "CONFIG+=rs_webui" "CONFIG+=rs_autologin" "CONFIG+=no_rs_sam3" "CONFIG+=no_rs_sam3_libsam3"
|
||||
qmake . -r -spec win32-g++ "CONFIG+=release" "CONFIG+=rs_autologin" "CONFIG+=no_rs_sam3" "CONFIG+=no_rs_sam3_libsam3"
|
||||
mingw32-make -j3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue