Skip to content
This repository was archived by the owner on Oct 10, 2021. It is now read-only.

Commit 1dbb3a3

Browse files
committed
Update readme with build status
1 parent e78a92f commit 1dbb3a3

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

PurdueIoWebApp.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ VisualStudioVersion = 12.0.31101.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PurdueIoWebApp", "PurdueIoWebApp\PurdueIoWebApp.csproj", "{CDD25189-472F-47E8-881E-8F5A2CC1F10F}"
77
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{74153A6D-6878-485E-9BB7-34C3F9F90889}"
9+
ProjectSection(SolutionItems) = preProject
10+
README.md = README.md
11+
EndProjectSection
12+
EndProject
813
Global
914
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1015
Debug|Any CPU = Debug|Any CPU

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1-
Purdue.io WebApp
2-
======
1+
#Purdue.io WebApp
32

4-
A web application utilizing the Purdue.io API to provide a nice web interface for browsing and registering for courses.
5-
This web-app utilizes the API exposed by Purdue.io, found [here](https://github.com/Purdue-io/PurdueApi).
3+
A web application utilizing the [Purdue.io API](https://github.com/Purdue-io/PurdueApi) to provide
4+
a nice web interface for browsing and registering for courses.
5+
6+
##Build Status
7+
<table>
8+
<tr>
9+
<td>master</td>
10+
<td><a href="https://purdue.io/">https://purdue.io/</a></td>
11+
<td><a href="https://ci.appveyor.com/project/haydenmc/webapp-577"><img src="https://ci.appveyor.com/api/projects/status/ocbmhwp5tpwpihca?svg=true" alt="Build Status" /></a></td>
12+
</tr>
13+
<tr>
14+
<td>dev</td>
15+
<td><a href="https://dev.purdue.io/">https://dev.purdue.io/</a></td>
16+
<td><a href="https://ci.appveyor.com/project/haydenmc/webapp"><img src="https://ci.appveyor.com/api/projects/status/npc88ham5ovx3ryn?svg=true" alt="Build Status" /></a></td>
17+
</tr>
18+
</table>

0 commit comments

Comments
 (0)