Skip to content

Commit

Permalink
better pattern for branch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
digarok committed Aug 22, 2018
1 parent 2628a00 commit 2d5021b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ build-win32:
expire_in: 10 minutes
only:
- master
- /^win.*/

package-win32:
tags:
Expand Down Expand Up @@ -205,6 +206,7 @@ package-win32:
expire_in: 10 minutes
only:
- master
- /^win.*/

deploy-win32:
tags:
Expand All @@ -214,7 +216,9 @@ deploy-win32:
GIT_STRATEGY: none
script:
- 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
build-win-sdl2:
Expand Down

0 comments on commit 2d5021b

Please sign in to comment.