diff options
Diffstat (limited to '3rdparty/libuv/appveyor.yml')
-rw-r--r-- | 3rdparty/libuv/appveyor.yml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/3rdparty/libuv/appveyor.yml b/3rdparty/libuv/appveyor.yml deleted file mode 100644 index 835730b924c..00000000000 --- a/3rdparty/libuv/appveyor.yml +++ /dev/null @@ -1,36 +0,0 @@ -version: v1.9.0.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 |