Mercurial > hg > Members > anatofuz > MoarVM
view 3rdparty/libuv/appveyor.yml @ 40:9b496a0c430a
merge
author | anatofuz |
---|---|
date | Tue, 27 Nov 2018 11:25:43 +0900 |
parents | 2cf249471370 |
children |
line wrap: on
line source
version: v1.18.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 cache: - C:\projects\libuv\build\gyp