Skip to content

Commit

Permalink
Appveyor: Disable NuGet packages
Browse files Browse the repository at this point in the history
We are running into the size limits of MyGet hosting, and this causes
Appveyor builds to be marked as failed, so I'm disabling NuGet entirely.
  • Loading branch information
equalsraf committed Feb 9, 2016
1 parent 957a5a5 commit d856509
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions contrib/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,12 @@ build_script:
- cmake -G "%CMAKE_GENERATOR%" -DCMAKE_BUILD_TYPE=%configuration% -DCMAKE_INSTALL_PREFIX=../INSTALL ..
# FYI CMAKE_BUILD_TYPE does not work with VS generators, use --config
- cmake --build . --config %configuration% --target windeployqt
- nuget pack -Version %PKG_VERSION% ..\contrib\neovim-qt.nuspec
artifacts:
- path: build/bin
name: neovim-qt
- path: 'build/*.nupkg'
name: nupkgs
deploy:
- provider: NuGet
server: https://www.myget.org/F/equalsraf/api/v2/package
api_key:
secure: /KlyY91ZSbxwxOjQQlKsNnvCg+m0xjwSwhwAsbg/cjwSm1sfMhIqUQA8K/qww6RM
skip_symbols: true
- provider: GitHub
description: Automated builds (Appveyor)
auth_token:
Expand Down

0 comments on commit d856509

Please sign in to comment.