Disable webui &jsonapi

This commit is contained in:
defnax 2025-08-04 10:38:29 +02:00 committed by GitHub
parent 6899b1548c
commit 47c49ca534
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,5 +67,5 @@ jobs:
- name: Build
run: |
qmake6 . -r -spec win32-g++ "CONFIG+=release" "CONFIG+=rs_jsonapi" "CONFIG+=rs_webui" "CONFIG+=rs_autologin" "CONFIG+=no_rs_sam3" "CONFIG+=no_rs_sam3_libsam3"
mingw32-make -j3
qmake6 . -r -spec win32-g++ "CONFIG+=release" "CONFIG+=rs_autologin" "CONFIG+=no_rs_sam3" "CONFIG+=no_rs_sam3_libsam3"
mingw32-make -j3