mirror of
https://github.com/digarok/gsplus.git
synced 2025-01-21 03:31:00 +00:00
add files to all main packages minus osx
This commit is contained in:
parent
6e3911f814
commit
d5c3fb87c9
@ -23,11 +23,15 @@ package-ubuntu-x:
|
||||
stage: package
|
||||
script:
|
||||
- cp src/config.txt .
|
||||
- cp COPYING.txt doc/
|
||||
artifacts:
|
||||
paths:
|
||||
- gsplusx
|
||||
- config.txt
|
||||
- doc/gsplusmanual.txt
|
||||
- doc/gsplusmanual.pdf
|
||||
- doc/COPYING.txt
|
||||
|
||||
|
||||
|
||||
build-ubuntu-sdl:
|
||||
@ -60,11 +64,16 @@ package-ubuntu-sdl2:
|
||||
tags:
|
||||
- ubuntu
|
||||
stage: package
|
||||
script:
|
||||
- cp src/config.txt .
|
||||
- cp COPYING.txt doc/
|
||||
artifacts:
|
||||
paths:
|
||||
- gsplus
|
||||
|
||||
|
||||
- config.txt
|
||||
- doc/gsplusmanual.txt
|
||||
- doc/gsplusmanual.pdf
|
||||
- doc/COPYING.txt
|
||||
|
||||
|
||||
build-osx:
|
||||
@ -112,13 +121,16 @@ package-win32:
|
||||
tags:
|
||||
- windows
|
||||
stage: package
|
||||
script:
|
||||
- cp src/config.txt .
|
||||
- cp COPYING.txt doc/
|
||||
artifacts:
|
||||
paths:
|
||||
- gsplus32.exe
|
||||
|
||||
|
||||
|
||||
|
||||
- config.txt
|
||||
- doc/gsplusmanual.txt
|
||||
- doc/gsplusmanual.pdf
|
||||
- doc/COPYING.txt
|
||||
|
||||
|
||||
build-win-sdl:
|
||||
@ -139,6 +151,13 @@ package-win-sdl:
|
||||
tags:
|
||||
- windows
|
||||
stage: package
|
||||
script:
|
||||
- cp src/config.txt .
|
||||
- cp COPYING.txt doc/
|
||||
artifacts:
|
||||
paths:
|
||||
- gsplus.exe
|
||||
- config.txt
|
||||
- doc/gsplusmanual.txt
|
||||
- doc/gsplusmanual.pdf
|
||||
- doc/COPYING.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user