Sha256: 9ef230f85090261f45860e5882b85819c74276419a45c78ee25552be5a714823
Contents?: true
Size: 793 Bytes
Versions: 1
Compression:
Stored size: 793 Bytes
Contents
version: v1.15.0.build{build} init: - git config --global core.autocrlf true install: - cinst -y nsis matrix: fast_finish: true allow_failures: - platform: x86 configuration: Release - platform: x64 configuration: Release platform: - x86 - x64 configuration: - Release build_script: # Fixed tag version number if using a tag. - cmd: if "%APPVEYOR_REPO_TAG%" == "true" set APPVEYOR_BUILD_VERSION=%APPVEYOR_REPO_TAG_NAME% # vcbuild overwrites the platform variable. - 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
libuv-3.2.3 | ext/libuv/appveyor.yml |