mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Setup appveyor
This commit is contained in:
parent
7302f65ffe
commit
5729d37992
26
appveyor.yml
Normal file
26
appveyor.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
version: '{build}-{branch}'
|
||||||
|
|
||||||
|
# Do not build feature branch with open Pull Requests
|
||||||
|
skip_branch_with_pr: true
|
||||||
|
|
||||||
|
image: Visual Studio 2015
|
||||||
|
|
||||||
|
platform: x64
|
||||||
|
|
||||||
|
shallow_clone: true
|
||||||
|
|
||||||
|
|
||||||
|
environment:
|
||||||
|
matrix:
|
||||||
|
- PYTHON: "C:\\Python36-x64"
|
||||||
|
DISTUTILS_USE_SDK: "1"
|
||||||
|
- PYTHON: "C:\\Python35-x64"
|
||||||
|
DISTUTILS_USE_SDK: "1"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt"
|
||||||
|
|
||||||
|
build: off
|
||||||
|
|
||||||
|
test_script:
|
||||||
|
- "%PYTHON%\\python.exe -m py.test"
|
Loading…
Reference in New Issue
Block a user