Skip to content

Commit

Permalink
Add appveyor-server 7.0.2126
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed May 21, 2019
1 parent 7590a77 commit ba17cd6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"editor.insertSpaces": false,
"files.associations": {
"*.wsb": "xml",
},
"json.schemas": [
{
"url": "https://raw.githubusercontent.com/lukesampson/scoop/master/schema.json",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
| [Aida64 Extreme **(Aida64)**](./bucket/Aida64.json) ||| ✔ (⛔) |
| [Air Steam Skin **(AirSkin)**](./bucket/AirSkin.json) ||| ✔ (⛔) |
| [Apache Open Office **(OpenOffice)**](./bucket/OpenOffice.json) ||| ✔ (✔) |
| [AppVeyor Server **(appveyor-server)**](./bucket/appveyor-server.json) ||| ✔ (⛔) |
| [ArchiSteamFarm **(ArchiSteamFarm)**](./bucket/ArchiSteamFarm.json) ||| ✔ (⛔) |
| [AutoClicker **(AutoClicker)**](./bucket/AutoClicker.json) ||| ✔ (✔) |
| [AutoClickers **(AutoClickers)**](./bucket/AutoClickers.json) ||| ✔ (✔) |
Expand Down
24 changes: 24 additions & 0 deletions bucket/appveyor-server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "7.0.2126",
"description": "Appveyor Server On Premise. Multi-platform, downloadable version of AppVeyor CI service.",
"homepage": "https://www.appveyor.com/on-premise/",
"license": {
"identifier": "Proprietary",
"url": "https://www.appveyor.com/eula/"
},
"url": "https://www.appveyor.com/downloads/appveyor-server/latest/windows/appveyor-server.msi",
"hash": "cb1a65dd974029fd21ef89783d44578f700b39369993094ffe0cf39477310020",
"extract_dir": "AppVeyor\\Server",
"bin": [
"appveyor.exe",
"appveyor-build-agent.exe",
"appveyor-server.exe"
],
"checkver": {
"url": "https://www.appveyor.com/releases/",
"regex": "/releases/([\\d.]+)"
},
"autoupdate": {
"url": "https://www.appveyor.com/downloads/appveyor-server/latest/windows/appveyor-server.msi"
}
}

1 comment on commit ba17cd6

@Ash258
Copy link
Owner Author

@Ash258 Ash258 commented on ba17cd6 May 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#4

Please sign in to comment.