Fix AppVeyor script and add badge.

This commit is contained in:
Sönke Ludwig 2017-02-16 10:23:33 +01:00
parent 93b342bf77
commit d07e9258d9
2 changed files with 3 additions and 2 deletions

View file

@ -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. 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) [![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 Supported compilers

View file

@ -100,4 +100,4 @@ test_script:
- echo %DC% - echo %DC%
- echo %PATH% - echo %PATH%
- '%DC% --version' - '%DC% --version'
- dub test --arch=%Darch% --compiler=%DC% --config=%CONFIG% - dub test --arch=%Darch% --compiler=%DC%