Files
platformio-core/appveyor.yml
T

28 lines
695 B
YAML
Raw Normal View History

build: off
environment:
global:
2015-04-01 13:32:43 +03:00
WITH_COMPILER: "cmd /E:ON /V:ON /C .\\scripts\\appveyor\\run_with_compiler.cmd"
matrix:
- TOXENV: "py27"
TOXPYTHON: "C:\\Python27-x64\\python.exe"
WINDOWS_SDK_VERSION: "v7.0"
PYTHON_HOME: "C:\\Python27-x64"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
2015-08-17 11:55:42 +03:00
init:
- "ECHO %TOXENV%"
- ps: "ls C:\\Python*"
2015-08-17 11:55:42 +03:00
install:
2015-04-01 15:58:26 +03:00
- "git submodule update --init --recursive"
2015-04-01 13:32:43 +03:00
- "powershell scripts\\appveyor\\install.ps1"
2015-08-17 11:55:42 +03:00
before_test:
- cmd: SET PATH=%PATH%;C:\MinGW\bin
test_script:
- "%PYTHON_HOME%\\Scripts\\tox --version"
- "%PYTHON_HOME%\\Scripts\\pip --version"
- "%WITH_COMPILER% %PYTHON_HOME%\\Scripts\\tox"