mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-27 12:50:04 +00:00
cascade artifacts, expiring pre-package ones
This commit is contained in:
parent
72270ca58a
commit
aa7d753733
@ -43,13 +43,17 @@ build-osx:
|
|||||||
- cd src
|
- cd src
|
||||||
- ln -s vars_osx_sdl2 vars
|
- ln -s vars_osx_sdl2 vars
|
||||||
- make clean ; make
|
- make clean ; make
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- gsplus
|
||||||
|
expire_in: 5 minutes
|
||||||
|
|
||||||
package-osx:
|
package-osx:
|
||||||
tags:
|
tags:
|
||||||
- osx
|
- osx
|
||||||
stage: package
|
stage: package
|
||||||
script:
|
script:
|
||||||
- gzip < gsplus README.txt > gsplus-osx-latest.gz
|
- gzip < gsplus > gsplus-osx-latest.gz
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- gsplus-osx-latest.gz
|
- gsplus-osx-latest.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user