diff --git a/README.md b/README.md index 8617725..6d20577 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Lua library for real multithreading. Written in C++ with great help of [sol2](https://github.com/ThePhD/sol2). [![Build Status](https://travis-ci.org/loud-hound/effil.svg?branch=master)](https://travis-ci.org/loud-hound/effil) +[![Build Status Windows](https://ci.appveyor.com/api/projects/status/us6uh4e5q597jj54?svg=true)](https://ci.appveyor.com/project/loud-hound/effil/branch/master) [![Documentation Status](https://readthedocs.org/projects/effil/badge/?version=latest)](http://effil.readthedocs.io/en/latest/?badge=latest) ## How to install diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..8bda8f1 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,7 @@ +image: Visual Studio 2015 + +build: off + +test_script: +- cmd: >- + ci/test_all.bat \ No newline at end of file diff --git a/ci/test_all.bat b/ci/test_all.bat new file mode 100644 index 0000000..e69de29