mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-28 04:49:18 +00:00
better pattern for branch builds
This commit is contained in:
parent
2628a00641
commit
2d5021b5cd
@ -162,6 +162,7 @@ build-win32:
|
|||||||
expire_in: 10 minutes
|
expire_in: 10 minutes
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- /^win.*/
|
||||||
|
|
||||||
package-win32:
|
package-win32:
|
||||||
tags:
|
tags:
|
||||||
@ -205,6 +206,7 @@ package-win32:
|
|||||||
expire_in: 10 minutes
|
expire_in: 10 minutes
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- /^win.*/
|
||||||
|
|
||||||
deploy-win32:
|
deploy-win32:
|
||||||
tags:
|
tags:
|
||||||
@ -214,7 +216,9 @@ deploy-win32:
|
|||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
script:
|
script:
|
||||||
- aws s3 cp gsplus-win32.zip s3://%AWS_BUCKET%/%CI_TAG%/%CI_VERSION%/%CI_PIPELINE_ID%/win32/%CI_BUILD_ID%/ --acl public-read
|
- aws s3 cp gsplus-win32.zip s3://%AWS_BUCKET%/%CI_TAG%/%CI_VERSION%/%CI_PIPELINE_ID%/win32/%CI_BUILD_ID%/ --acl public-read
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- /^win.*/
|
||||||
|
|
||||||
# TARGET SYSTEM: WIN32 SDL2 UNDER CYGWIN W MINGW64 SDL2 LIBS
|
# TARGET SYSTEM: WIN32 SDL2 UNDER CYGWIN W MINGW64 SDL2 LIBS
|
||||||
build-win-sdl2:
|
build-win-sdl2:
|
||||||
|
Loading…
Reference in New Issue
Block a user