mirror of
https://github.com/mashed-potatoes/PotatoNV.git
synced 2024-11-10 01:02:20 +01:00
rip badges
This commit is contained in:
parent
b03642cef5
commit
0ff5c0a89c
2 changed files with 0 additions and 19 deletions
|
@ -1,10 +1,8 @@
|
|||
<img src="./assets/header.png" width="100%" height="auto" alt="PotatoNV">
|
||||
|
||||
[![Build status](https://ci.appveyor.com/api/projects/status/0ra9b57aakdo5ms6?svg=true)](https://ci.appveyor.com/project/mashed-potatoes/potatonv)
|
||||
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/mashed-potatoes/PotatoNV?include_prereleases)
|
||||
![GitHub](https://img.shields.io/github/license/mashed-potatoes/PotatoNV)
|
||||
![GitHub All Releases](https://img.shields.io/github/downloads/mashed-potatoes/PotatoNV/total)
|
||||
[![CodeFactor](https://www.codefactor.io/repository/github/mashed-potatoes/potatonv/badge)](https://www.codefactor.io/repository/github/mashed-potatoes/potatonv)
|
||||
|
||||
---
|
||||
|
||||
|
|
17
appveyor.yml
17
appveyor.yml
|
@ -1,17 +0,0 @@
|
|||
version: 2.1.0-{build}
|
||||
configuration: Debug
|
||||
clone_script:
|
||||
- cmd: >-
|
||||
git clone -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
|
||||
&& cd %APPVEYOR_BUILD_FOLDER%
|
||||
&& git checkout -qf %APPVEYOR_REPO_COMMIT%
|
||||
&& git submodule update --init --recursive
|
||||
before_build:
|
||||
- cmd: nuget restore
|
||||
build:
|
||||
project: PotatoNV-next.sln
|
||||
verbosity: normal
|
||||
artifacts:
|
||||
- path: PotatoNV-next\bin\$(configuration)
|
||||
name: PotatoNV-appveyor
|
||||
type: zip
|
Loading…
Reference in a new issue