Export to 'rpg16' folder when building in CI

master
Hugues Ross 2019-07-21 08:12:33 -04:00
parent 1adb76d9bf
commit be9a067419
1 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@ stages:
- build
- stamp
variables:
EXPORT_DIR: "rpg16"
before_script:
- apt-get -qq update && apt-get -qq install -y graphicsmagick rsync
@ -12,7 +15,7 @@ build-textures:
artifacts:
paths:
- "build/"
- "rpg16/"
stamp:
stage: stamp
@ -23,6 +26,6 @@ stamp:
artifacts:
paths:
- "build/"
- "rpg16/"
dependencies:
- build-textures