this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Added some SDL installation to appveyor.

+8
+8
.appveyor.yml
··· 17 17 shallow_clone: true 18 18 clone_folder: c:\projects\SDL_gpu 19 19 20 + install: 21 + # Download SDL. 22 + - ps: Start-FileDownload 'https://www.libsdl.org/release/SDL2-devel-2.0.5-VC.zip' "%P%/SDL.zip" 23 + 24 + # Extract it, put it in the right place, and rename it. 25 + - cd %P% && 7z x SDL.zip && ren SDL2-2.0.5 SDL && cd c:\projects\SDL_gpu 26 + 27 + 20 28 platform: 21 29 - x86 22 30 - x64