appveyor scetch (#54)
This commit is contained in:
parent
720c3aeac4
commit
a091f93ca4
@ -2,6 +2,7 @@
|
||||
Lua library for real multithreading. Written in C++ with great help of [sol2](https://github.com/ThePhD/sol2).
|
||||
|
||||
[](https://travis-ci.org/loud-hound/effil)
|
||||
[](https://ci.appveyor.com/project/loud-hound/effil/branch/master)
|
||||
[](http://effil.readthedocs.io/en/latest/?badge=latest)
|
||||
|
||||
## How to install
|
||||
|
||||
7
appveyor.yml
Normal file
7
appveyor.yml
Normal 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
0
ci/test_all.bat
Normal file
Loading…
x
Reference in New Issue
Block a user