Fix AppVeyor script and add badge.
This commit is contained in:
parent
93b342bf77
commit
d07e9258d9
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||||
|
|
||||||
[](https://code.dlang.org/packages/vibe-core)
|
[](https://code.dlang.org/packages/vibe-core)
|
||||||
[](https://travis-ci.org/vibe-d/vibe-core)
|
[](https://travis-ci.org/vibe-d/vibe-core)
|
||||||
|
[](https://ci.appveyor.com/project/s-ludwig/vibe-core/branch/master)
|
||||||
|
|
||||||
|
|
||||||
Supported compilers
|
Supported compilers
|
||||||
|
|
|
@ -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%
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue