From d5c3fb87c9bb51f5dd0685b368e3bad421bb87fa Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Thu, 27 Oct 2016 23:11:14 -0500 Subject: [PATCH] add files to all main packages minus osx --- .gitlab-ci.yml | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bcce50..9970f57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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