this repo has no description
0
fork

Configure Feed

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

Try appveyor without path variable in install.

+2 -2
+2 -2
.appveyor.yml
··· 19 19 20 20 install: 21 21 # Download SDL. 22 - - ps: Start-FileDownload 'https://www.libsdl.org/release/SDL2-devel-2.0.5-VC.zip' %P%/SDL.zip 22 + - ps: Start-FileDownload 'https://www.libsdl.org/release/SDL2-devel-2.0.5-VC.zip' 'c:/projects/libs/SDL.zip' 23 23 24 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 25 + - cd 'c:/projects/libs' && 7z x SDL.zip && ren SDL2-2.0.5 SDL && cd c:\projects\SDL_gpu 26 26 27 27 28 28 platform: