Skip to content

Commit

Permalink
win,build: do not build executable installer for dll
Browse files Browse the repository at this point in the history
PR-URL: libuv#1707
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Saúl Ibarra Corretgé <[email protected]>
  • Loading branch information
piscisaureus committed Jan 16, 2018
1 parent 14bfc27 commit 685059b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 93 deletions.
7 changes: 0 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,5 @@ build_script:
- cmd: set ARCH=%platform%
- cmd: vcbuild.bat release %ARCH% shared

after_build:
- '"%PROGRAMFILES(x86)%\NSIS\makensis" /DVERSION=%APPVEYOR_BUILD_VERSION% /DARCH=%ARCH% libuv.nsi'

artifacts:
- name: Installer
path: 'libuv-*.exe'

cache:
- C:\projects\libuv\build\gyp
86 changes: 0 additions & 86 deletions libuv.nsi

This file was deleted.

0 comments on commit 685059b

Please sign in to comment.