Skip to content

Commit a876fd0

Browse files
committed
Enable Appveyor build.
1 parent f2ce3e1 commit a876fd0

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

Naggum.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ EndProject
2525
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{F85A1ACB-4A60-46A9-856D-92A3C9B97402}"
2626
ProjectSection(SolutionItems) = preProject
2727
.editorconfig = .editorconfig
28+
appveyor.yml = appveyor.yml
2829
License.md = License.md
2930
Readme.md = Readme.md
3031
EndProjectSection

Readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Naggum [![Status Enfer][status-enfer]][andivionian-status-classifier]
1+
Naggum [![Status Enfer][status-enfer]][andivionian-status-classifier] [![Build status][build-status-appveyor]][appveyor]
22
======
33
Naggum (named in honor of [Erik Naggum][eric-naggum]) /(is|will be)/ a Lisp
44
dialect based on Common Language Infrastructure (aka .NET Framework / Mono).
@@ -14,6 +14,8 @@ that makes use of most of .Net's benefits.
1414
Naggum is licensed under the terms of MIT License. See License.md file for
1515
details.
1616

17+
[build-status-appveyor]: https://ci.appveyor.com/api/projects/status/ulgo3ry7eudc5d7a/branch/develop?svg=true
1718
[status-enfer]: https://img.shields.io/badge/status-enfer-orange.svg
1819

19-
[andivionian-status-classifier]: https://github.com/ForNeVeR/andivionian-status-classifier
20+
[andivionian-status-classifier]: https://github.com/ForNeVeR/andivionian-status-classifier
21+
[appveyor]: https://ci.appveyor.com/project/ForNeVeR/naggum/branch/develop

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
before_build:
2+
- nuget restore

0 commit comments

Comments
 (0)