Update [ci skip]
[luanode.git] / appveyor.yml
blob5d4f1a5689d680544b18b815f49c519e6035861f
1 version: 0.0.2.{build}
3 shallow_clone: true
5 environment:
6   LUAURL: http://www.lua.org/ftp
7   LUA_VER: 5.1.5
8   OPENSSL_VER: 1.0.2d
10   matrix:
11   - platform: x86
12   - platform: x64
14 matrix:
15   fast_finish: false     # set this flag to true to immediately finish build once one of the jobs fails.
16   allow_failures:
17     - platform: x64
19 cache:
20   - c:\lua5.1.5_x86 -> appveyor.yml
21   - c:\lua5.1.5_x64 -> appveyor.yml
22   - build\downloads -> appveyor.yml
23   - C:\OpenSSL-Win32 -> appveyor.yml
24   - C:\OpenSSL-Win64 -> appveyor.yml
25   - C:\local\boost_1_59_0 -> appveyor.yml
27 init:
28 # Make VS 2015 command line tools available
29 - '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %platform%'
31 install:
32 - cd %APPVEYOR_BUILD_FOLDER%
33 - call ci\appveyor\install.bat
35 build_script:
36 - cd %APPVEYOR_BUILD_FOLDER%
37 - call ci\appveyor\build.bat
39 test_script:
40 - cd %APPVEYOR_BUILD_FOLDER%\test
41 - call runappveyor.cmd