Skip to content

Commit

Permalink
clean artifact appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed May 23, 2018
1 parent a7196ee commit 3886b3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ build_script:
- cmake --build . -- /verbosity:minimal /p:Configuration=Release

after_build:
- del /F /S /Q /A %APPVEYOR_BUILD_FOLDER%\*.pdb
- del /F /S /Q /A %APPVEYOR_BUILD_FOLDER%\*.ilk
- del /F /S /Q /A %APPVEYOR_BUILD_FOLDER%\dummies\*.pdb
- del /F /S /Q /A %APPVEYOR_BUILD_FOLDER%\dummies\*.ilk
- del /F /S /Q /A %APPVEYOR_BUILD_FOLDER%\dummies\*.lib
- del /F /S /Q /A %APPVEYOR_BUILD_FOLDER%\dummies\*.exp
- xcopy %APPVEYOR_BUILD_FOLDER%\src %APPVEYOR_BUILD_FOLDER%\dummies\sources /i
- copy %APPVEYOR_BUILD_FOLDER%\README.md %APPVEYOR_BUILD_FOLDER%\dummies\readme.txt
- copy %APPVEYOR_BUILD_FOLDER%\LICENSE %APPVEYOR_BUILD_FOLDER%\dummies\license.txt
Expand Down

0 comments on commit 3886b3f

Please sign in to comment.