-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappveyor.yml
More file actions
31 lines (28 loc) · 821 Bytes
/
appveyor.yml
File metadata and controls
31 lines (28 loc) · 821 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
version: "{build}"
os: Visual Studio 2015
clone_depth: 50
environment:
matrix:
# Visual Studio 2015 64bit
- visualcpp: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat
machine: amd64
install:
- cinst winflexbison
- cinst opencv -Version 3.2.0
- dir C:\tools\opencv\build\include
- dir C:\tools\opencv\build\x64\vc14\lib
- dir C:\tools\opencv\build\x64\vc14\bin
- set INCLUDE=C:\tools\opencv\build\include;%INCLUDE%
- set LIB=C:\tools\opencv\build\x64\vc14\lib;%LIB%
- set PATH=C:\tools\opencv\build\x64\vc14\bin;%PATH%
- echo %LIB%
init:
- call "%visualcpp%" %machine%
- echo %machine%
- set YACC=win_bison
build_script:
- cd ..
- git clone https://github.com/mruby/mruby.git
- cd mruby
- set MRUBY_CONFIG=..\mruby-webcam\appveyor_config.rb
- rake all test