diff options
author | Varriount <Varriount@users.noreply.github.com> | 2014-11-19 22:25:54 -0500 |
---|---|---|
committer | Varriount <Varriount@users.noreply.github.com> | 2014-11-19 22:25:54 -0500 |
commit | caf915d1123018af4c8e8743a8528b810e0993be (patch) | |
tree | 9d40de6832ca9af8758d0641a728477b00712913 | |
parent | 3215666e33846db87e3b3ac1b6ab51a14f7b6912 (diff) | |
parent | 168d0fe942e364db8f377e757eb8c00c58bed2fd (diff) | |
download | Nim-caf915d1123018af4c8e8743a8528b810e0993be.tar.gz |
Merge pull request #1665 from flaviut/patch-1
Add fancy build status buttons!
-rw-r--r-- | readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.md b/readme.md index 8a4cd93b3..d5968982b 100644 --- a/readme.md +++ b/readme.md @@ -64,3 +64,10 @@ Read copying.txt for more details. Copyright (c) 2006-2014 Andreas Rumpf. All rights reserved. + +# Build Status +| |Linux|Windows|Mac| +|---|---|---|---| +| x86 | ![](http://178.62.143.63:8010/buildstatusimage?builder=linux-x32-builder) | ![](http://178.62.143.63:8010/buildstatusimage?builder=windows-x32-builder) | ![](http://178.62.143.63:8010/buildstatusimage?builder=mac-x32-builder) +| x86_64 | ![](http://178.62.143.63:8010/buildstatusimage?builder=linux-x64-builder) | ![](http://178.62.143.63:8010/buildstatusimage?builder=windows-x64-builder) | ![](http://178.62.143.63:8010/buildstatusimage?builder=mac-x64-builder) +| arm | ![](http://178.62.143.63:8010/buildstatusimage?builder=linux-arm5-builder) | |