Skip to content

Commit

Permalink
docs: Move CI links to the top.
Browse files Browse the repository at this point in the history
Easier for me to find.

[ci skip]
  • Loading branch information
jrfonseca committed Jun 26, 2015
1 parent a99382d commit 23e31f4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions BUILD.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Continous integration #

[![Build Status](https://travis-ci.org/jrfonseca/drmingw.svg?branch=master)](https://travis-ci.org/jrfonseca/drmingw)

[![Build status](https://ci.appveyor.com/api/projects/status/9q3o5w85s5o5yup5?svg=true)](https://ci.appveyor.com/project/jrfonseca/drmingw)


# Dependencies #

Required:
Expand Down Expand Up @@ -41,10 +48,3 @@ but in theory it should work with any flavour of MinGW-w64 native toolchain,
provided that it includes a native `mingw32-make.exe`.

Note that building with MSYS or Cygwin is not necessary nor *supported*.


# Continous integration #

[![Build Status](https://travis-ci.org/jrfonseca/drmingw.svg?branch=master)](https://travis-ci.org/jrfonseca/drmingw)

[![Build status](https://ci.appveyor.com/api/projects/status/9q3o5w85s5o5yup5?svg=true)](https://ci.appveyor.com/project/jrfonseca/drmingw)

0 comments on commit 23e31f4

Please sign in to comment.