From d07e9258d959c6fd92cb3500fde75d71ef2d3418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Thu, 16 Feb 2017 10:23:33 +0100 Subject: [PATCH] Fix AppVeyor script and add badge. --- README.md | 3 ++- appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3df7d0c..b640a26 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Finally, the stream design has received two big changes. Streams can now either The implementation is mostly finished, except for final production testing. [![DUB Package](https://img.shields.io/dub/v/vibe-core.svg)](https://code.dlang.org/packages/vibe-core) -[![Build Status](https://travis-ci.org/vibe-d/vibe-core.svg?branch=master)](https://travis-ci.org/vibe-d/vibe-core) +[![Posix Build Status](https://travis-ci.org/vibe-d/vibe-core.svg?branch=master)](https://travis-ci.org/vibe-d/vibe-core) +[![Windows Build status](https://ci.appveyor.com/api/projects/status/eexephyroa7ag3xr/branch/master?svg=true)](https://ci.appveyor.com/project/s-ludwig/vibe-core/branch/master) Supported compilers diff --git a/appveyor.yml b/appveyor.yml index e1641a4..40fee6e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -100,4 +100,4 @@ test_script: - echo %DC% - echo %PATH% - '%DC% --version' - - dub test --arch=%Darch% --compiler=%DC% --config=%CONFIG% + - dub test --arch=%Darch% --compiler=%DC%