add packaging stage with artifact (test, osx only)

This commit is contained in:
Dagen Brock 2016-10-14 13:11:43 -05:00
parent 267856c0bf
commit f66fd48bce
1 changed files with 12 additions and 0 deletions

View File

@ -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: