Exclude jit x86 cause of appveyor problem
This commit is contained in:
parent
1317248904
commit
5a44ed20c0
@ -18,6 +18,12 @@ environment:
|
|||||||
- { LUA: "luajit 2.0", LUA_NAME: "luajit2.0" }
|
- { LUA: "luajit 2.0", LUA_NAME: "luajit2.0" }
|
||||||
# - LUA: "luajit 2.1" # currently failing
|
# - LUA: "luajit 2.1" # currently failing
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- platform: x86
|
||||||
|
LUA: "luajit 2.0"
|
||||||
|
LUA_NAME: "luajit2.0"
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- pip install hererocks
|
- pip install hererocks
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user