also include sdl2 build in artifacts

Signed-off-by: Thomas Bernard <miniupnp@free.fr>
This commit is contained in:
Thomas Bernard 2018-07-07 12:35:25 +02:00
parent 17e82d70dd
commit b141ed6f90

View File

@ -10,11 +10,11 @@ job_linux:
stage: build stage: build
script: script:
- "cd src && make && make ziprelease" - "cd src && make && make ziprelease"
- "API=sdl2 make" - "API=sdl2 make && API=sdl2 make ziprelease"
artifacts: artifacts:
paths: paths:
- "*.zip" - "*.zip"
- "*.tgz" - "grafx2*.tgz"
job_win32: job_win32:
stage: build stage: build