Skip to content

Commit

Permalink
CI|Git: AppVeyor notifies Slack; Windows build status in Github readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 21, 2016
1 parent 0ef2eab commit ed3d6b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ This is the source code for Doomsday Engine: a portable, enhanced source port of

For [compilation instructions](http://wiki.dengine.net/w/Compilation) and other details, see the documentation wiki: http://wiki.dengine.net/

[![Linux Build Status](https://travis-ci.org/skyjake/Doomsday-Engine.svg)](https://travis-ci.org/skyjake/Doomsday-Engine)
Linux 64-bit [![Linux Build Status](https://travis-ci.org/skyjake/Doomsday-Engine.svg)](https://travis-ci.org/skyjake/Doomsday-Engine) Windows 32-bit [![Windows Build Status](https://ci.appveyor.com/api/projects/status/79h7egw7q225gj2h?svg=true)](https://ci.appveyor.com/project/skyjake/doomsday-engine)

## Libraries

Expand Down
5 changes: 5 additions & 0 deletions appveyor.yml
Expand Up @@ -14,3 +14,8 @@ before_build:
build:
parallel: true
project: c:\projects\doomsday-engine\build-ci\Doomsday.sln
notifications:
- provider: Slack
auth_token:
secure: cVmSV0WdxBPgKCSkUk0msgcLa6VlQNY/3paX0CZoR+km2SLJC0lZGsLzgonkPztxQtKmy72nwUJXqN8dCx1elQ==
channel: autobuilder

0 comments on commit ed3d6b4

Please sign in to comment.