also include sdl2 build in artifacts
Signed-off-by: Thomas Bernard <miniupnp@free.fr>
This commit is contained in:
parent
17e82d70dd
commit
b141ed6f90
@ -10,11 +10,11 @@ job_linux:
|
||||
stage: build
|
||||
script:
|
||||
- "cd src && make && make ziprelease"
|
||||
- "API=sdl2 make"
|
||||
- "API=sdl2 make && API=sdl2 make ziprelease"
|
||||
artifacts:
|
||||
paths:
|
||||
- "*.zip"
|
||||
- "*.tgz"
|
||||
- "grafx2*.tgz"
|
||||
|
||||
job_win32:
|
||||
stage: build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user