Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceshi authored Jan 9, 2020
1 parent 5bd0cd2 commit b5aae57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ build_script:

after_build:
# remove unnecessary files
- rm -f %sdl%build/Release/*.exp
- rm -f %sdl%build/Release/*.pdb
- rm -f %sdl%build/Release/SDL2-static.lib
#- rm -f %sdl%build/Release/*.exp
#- rm -f %sdl%build/Release/*.pdb
#- rm -f %sdl%build/Release/SDL2-static.lib

# copy include and source code files
- cp -r %sdl%include %sdl%build/Release/
Expand Down

0 comments on commit b5aae57

Please sign in to comment.