-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathappveyor.yml
More file actions
41 lines (32 loc) · 912 Bytes
/
appveyor.yml
File metadata and controls
41 lines (32 loc) · 912 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
version: 0.0.2.{build}
shallow_clone: true
environment:
LUAURL: http://www.lua.org/ftp
LUA_VER: 5.1.5
OPENSSL_VER: 1.0.2d
matrix:
- platform: x86
- platform: x64
matrix:
fast_finish: false # set this flag to true to immediately finish build once one of the jobs fails.
allow_failures:
- platform: x64
cache:
- c:\lua5.1.5_x86 -> appveyor.yml
- c:\lua5.1.5_x64 -> appveyor.yml
- build\downloads -> appveyor.yml
- C:\OpenSSL-Win32 -> appveyor.yml
- C:\OpenSSL-Win64 -> appveyor.yml
- C:\local\boost_1_59_0 -> appveyor.yml
init:
# Make VS 2015 command line tools available
- '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %platform%'
install:
- cd %APPVEYOR_BUILD_FOLDER%
- call ci\appveyor\install.bat
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- call ci\appveyor\build.bat
test_script:
- cd %APPVEYOR_BUILD_FOLDER%\test
- call runappveyor.cmd