Update .gitlab-ci.yml missing sdl image on win sdl

This commit is contained in:
Dagen Brock 2017-01-22 13:10:29 -06:00
parent 1345e491fe
commit c5fd268076

View File

@ -173,6 +173,7 @@ package-win-sdl:
- cp /bin/cygpng16-16.dll .
- cp /bin/cygz.dll .
- cp /bin/cygSDL2-2-0-0.dll .
- cp /bin/cygSDL2_image-2-0-0.dll .
artifacts:
paths:
@ -190,3 +191,4 @@ package-win-sdl:
- cygpng16-16.dll
- cygz.dll
- cygSDL2-2-0-0.dll
- cygSDL2_image-2-0-0.dll