Sha256: a3cfc311626123c5316967c2dc1f6c70abc299bb856b1962903a433f6ab32ac1

Contents?: true

Size: 742 Bytes

Versions: 4

Compression:

Stored size: 742 Bytes

Contents

version: v1.7.1.build{build}

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

4 entries across 4 versions & 1 rubygems

Version Path
libuv-2.0.5 ext/libuv/appveyor.yml
libuv-2.0.4 ext/libuv/appveyor.yml
libuv-2.0.3 ext/libuv/appveyor.yml
libuv-2.0.2 ext/libuv/appveyor.yml