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
f66fd48bce
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
- package
|
||||||
|
|
||||||
build-ubuntu-x:
|
build-ubuntu-x:
|
||||||
tags:
|
tags:
|
||||||
@ -43,6 +44,17 @@ build-osx:
|
|||||||
- ln -s vars_osx_sdl2 vars
|
- ln -s vars_osx_sdl2 vars
|
||||||
- make clean ; make
|
- 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:
|
build-win32:
|
||||||
|
Loading…
Reference in New Issue
Block a user