Welcome to mirror list, hosted at ThFree Co, Russian Federation.

appveyor.yml « luarocks - github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d7fc7cc29bf5498bc840bdab8c0f0783fbb77569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
version: 2.2.1.{build}-test

shallow_clone: true

environment:
  LUAROCKS_VER: 2.2.1

  matrix:
  - LUA_VER: 5.1.5
  - LUA_VER: 5.2.4
  - LUA_VER: 5.3.1
  - LJ_VER: 2.0.4
  - LJ_VER: 2.1

init:
# Setup Lua development/build environment
# Make VS 2015 command line tools available
- call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %platform%

install:
# Setup Lua development/build environment
- call .appveyor\install.bat

build_script:
- call .appveyor\build.bat

test_script:
- echo "Testing..."
- cd test
- call testing.bat