mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-28 04:49:18 +00:00
add packaging stage with artifact (test, osx only)
This commit is contained in:
parent
267856c0bf
commit
b02bae1a66
@ -1,6 +1,7 @@
|
||||
|
||||
stages:
|
||||
- build
|
||||
- package
|
||||
|
||||
build-ubuntu-x:
|
||||
tags:
|
||||
@ -43,6 +44,17 @@ build-osx:
|
||||
- ln -s vars_osx_sdl2 vars
|
||||
- make clean ; make
|
||||
|
||||
package-osx:
|
||||
tags:
|
||||
-osx
|
||||
stage: package
|
||||
script:
|
||||
- gzip < gsplus README.txt > gsplus-osx-latest.gz
|
||||
artifacts:
|
||||
paths:
|
||||
- gsplus-osx-latest.gz
|
||||
|
||||
|
||||
|
||||
|
||||
build-win32:
|
||||
|
Loading…
Reference in New Issue
Block a user