Test with Python 3.5 on Windows
This commit is contained in:
parent
defbc5c9cc
commit
e6d7f168bd
@ -8,7 +8,13 @@ cache:
|
|||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- Lua: lua 5.3
|
- Lua: lua 5.3
|
||||||
|
Python: 35-x64
|
||||||
- Lua: luajit 2.0
|
- Lua: luajit 2.0
|
||||||
|
Python: 35-x64
|
||||||
|
- Lua: lua 5.3
|
||||||
|
Python: 27
|
||||||
|
- Lua: luajit 2.0
|
||||||
|
Python: 27
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- vs
|
- vs
|
||||||
@ -16,7 +22,7 @@ configuration:
|
|||||||
- mingw
|
- mingw
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- PATH %CD%\here\bin;C:\mingw\bin;%PATH%
|
- PATH %CD%\here\bin;C:\mingw\bin;C:\python%Python%;%PATH%
|
||||||
- python hererocks.py here --%Lua% --luarocks=latest --verbose --target=%Configuration% --downloads=downloads --no-git-cache
|
- python hererocks.py here --%Lua% --luarocks=latest --verbose --target=%Configuration% --downloads=downloads --no-git-cache
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user