Skip to content

Commit

Permalink
Adding appveyor build status to Readme.md
Browse files Browse the repository at this point in the history
Also fix build loop by skipping tags
[ci skip]
  • Loading branch information
Cyberium committed Mar 16, 2016
1 parent 8837e1c commit c2d1c49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
@@ -1,4 +1,5 @@
# C(ontinued)-MaNGOS -- README [![Build Status](https://travis-ci.org/cmangos/mangos-wotlk.svg?branch=master)](https://travis-ci.org/cmangos/mangos-wotlk)
# C(ontinued)-MaNGOS -- README
[![Build Status](https://travis-ci.org/cmangos/mangos-wotlk.svg?branch=master)](https://travis-ci.org/cmangos/mangos-wotlk) [![Windows Build status](https://ci.appveyor.com/api/projects/status/github/cmangos/mangos-wotlk?branch=master&svg=true)](https://ci.appveyor.com/project/cmangos/mangos-wotlk/branch/master)

This file is part of the CMaNGOS Project. See [AUTHORS](AUTHORS.md) file for Copyright information

Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -62,6 +62,9 @@ branches:
only:
- master

# Do not build on tags (GitHub only)
skip_tags: true

# scripts to run before build
before_build:
- cmd: if "%platform%"=="Win32" set BOOST_LIBRARYDIR="%BOOST_LIBRARYDIR_WIN32%"
Expand Down

0 comments on commit c2d1c49

Please sign in to comment.