Skip to content

Commit

Permalink
Merge pull request #6 from chrisbra/master
Browse files Browse the repository at this point in the history
Create new archives for the pdb files
  • Loading branch information
chrisbra committed May 18, 2016
2 parents c7b8384 + 7198c29 commit 634e47c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ start /wait cmd /c "setenv /x64 && cd GvimExt && nmake clean all"
move GvimExt\gvimext.dll GvimExt\gvimext64.dll
start /wait cmd /c "setenv /x86 && cd GvimExt && nmake clean all"
:: Create zip packages
7z a ..\..\gvim_%APPVEYOR_REPO_TAG_NAME:v=%_%ARCH%_pdb.zip *.pdb
copy /Y ..\README.txt ..\runtime
copy /Y ..\vimtutor.bat ..\runtime
copy /Y *.exe ..\runtime\
copy /Y *.pdb ..\runtime\
copy /Y xxd\*.exe ..\runtime
copy /Y tee\*.exe ..\runtime
mkdir ..\runtime\GvimExt
Expand Down
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ test_script:
artifacts:
- path: gvim_*_x86.zip
name: gVim_x86
- path: gvim_*_x86_pdb.zip
name: gVim_x86_pdb
- path: gvim_*_x64.zip
name: gVim_x64
- path: gvim_*_x64_pdb.zip
name: gVim_x64_pdb
- path: gvim_*_x86.exe
name: gVim_x86_installer
- path: gvim_*_x64.exe
Expand All @@ -57,6 +61,7 @@ deploy:
archive of the 32bit (_x86) or 64bit versions (_x64). To install it, extract
the archive and update your PATH variable. The installer will do that
automatically and provide some additional extensions (e.g. Edit with Vim menu).
The gvim...pdb.zip file include pdb files for debugging the binaries.

This comment has been minimized.

Copy link
@dpelle

dpelle May 18, 2016

Member

include → includes

This comment has been minimized.

Copy link
@chrisbra

chrisbra May 18, 2016

Author Member

thanks, will fix it

If you need a dynamic interface to Perl, Python2, Python3, Ruby, TCL, Lua or Racket/MzScheme,
make sure you also install the following. Vim will work without it, but some Plugin
Expand Down

0 comments on commit 634e47c

Please sign in to comment.