appveyor scetch (#54)

This commit is contained in:
Ilia 2017-06-18 20:26:08 +03:00 committed by GitHub
parent 720c3aeac4
commit a091f93ca4
3 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,7 @@
Lua library for real multithreading. Written in C++ with great help of [sol2](https://github.com/ThePhD/sol2). 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](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) [![Documentation Status](https://readthedocs.org/projects/effil/badge/?version=latest)](http://effil.readthedocs.io/en/latest/?badge=latest)
## How to install ## How to install

7
appveyor.yml Normal file
View File

@ -0,0 +1,7 @@
image: Visual Studio 2015
build: off
test_script:
- cmd: >-
ci/test_all.bat

0
ci/test_all.bat Normal file
View File