mirror of
https://github.com/sudoxnym/open-hyperion.git
synced 2026-07-13 15:38:36 +00:00
Add Windows Qt6 CI targets
This commit is contained in:
parent
de184d94e6
commit
ea534a7336
1 changed files with 32 additions and 0 deletions
|
|
@ -207,6 +207,22 @@ before_script:
|
||||||
- openrgb-plugin-e131-receiver-dbgsym*.deb
|
- openrgb-plugin-e131-receiver-dbgsym*.deb
|
||||||
expire_in: 30 days
|
expire_in: 30 days
|
||||||
|
|
||||||
|
#-----------------------------------------------------------------------#
|
||||||
|
# Windows (32-bit) Qt6 Build Target #
|
||||||
|
#-----------------------------------------------------------------------#
|
||||||
|
"Windows 32 Qt6":
|
||||||
|
extends:
|
||||||
|
- .shared_windows_runners
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- scripts\build-windows.bat 6.8.3 2022 32
|
||||||
|
- mv "OpenRGBE131ReceiverPlugin Windows 32-Bit\OpenRGBE131ReceiverPlugin.dll" .
|
||||||
|
artifacts:
|
||||||
|
name: "${CI_PROJECT_NAME}_Windows_32_${CI_COMMIT_SHORT_SHA}"
|
||||||
|
paths:
|
||||||
|
- OpenRGBE131ReceiverPlugin.dll
|
||||||
|
expire_in: 30 days
|
||||||
|
|
||||||
#-----------------------------------------------------------------------#
|
#-----------------------------------------------------------------------#
|
||||||
# Windows (32-bit) Build Target #
|
# Windows (32-bit) Build Target #
|
||||||
#-----------------------------------------------------------------------#
|
#-----------------------------------------------------------------------#
|
||||||
|
|
@ -223,6 +239,22 @@ before_script:
|
||||||
- OpenRGBE131ReceiverPlugin.dll
|
- OpenRGBE131ReceiverPlugin.dll
|
||||||
expire_in: 30 days
|
expire_in: 30 days
|
||||||
|
|
||||||
|
#-----------------------------------------------------------------------#
|
||||||
|
# Windows (64-bit) Qt6 Build Target #
|
||||||
|
#-----------------------------------------------------------------------#
|
||||||
|
"Windows 64 Qt6":
|
||||||
|
extends:
|
||||||
|
- .shared_windows_runners
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- scripts\build-windows.bat 6.8.3 2022 64
|
||||||
|
- mv "OpenRGBE131ReceiverPlugin Windows 64-Bit\OpenRGBE131ReceiverPlugin.dll" .
|
||||||
|
artifacts:
|
||||||
|
name: "${CI_PROJECT_NAME}_Windows_64_${CI_COMMIT_SHORT_SHA}"
|
||||||
|
paths:
|
||||||
|
- OpenRGBE131ReceiverPlugin.dll
|
||||||
|
expire_in: 30 days
|
||||||
|
|
||||||
#-----------------------------------------------------------------------#
|
#-----------------------------------------------------------------------#
|
||||||
# Windows (64-bit) Build Target #
|
# Windows (64-bit) Build Target #
|
||||||
#-----------------------------------------------------------------------#
|
#-----------------------------------------------------------------------#
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue