summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 02b8564bbb127304fbf5900ca54caff3de672fad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: 1.0.{build}

environment:
  matrix:
  - LUA: "lua 5.1"
  - LUA: "lua 5.2"
  - LUA: "lua 5.3"
  - LUA: "luajit 2.0"
  - LUA: "luajit 2.1"

before_build:
  - ps: Invoke-WebRequest https://raw.githubusercontent.com/mpeterv/hererocks/latest/hererocks.py -OutFile hererocks.py

build_script:
  - python hererocks.py here --%LUA%
  - PATH %CD%\here\bin;%PATH%

test_script:
  - lua tests\linescanner.lua
  - lua tests\filefilter.lua
  - lua tests\cli.lua