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
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user