We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a06e7 commit cb874aaCopy full SHA for cb874aa
.travis.yml
@@ -0,0 +1,32 @@
1
+language: ruby
2
+
3
+sudo: false
4
5
+dist: trusty
6
7
+rvm:
8
+ - 2.3.4
9
+ - 2.4.1
10
11
+addons:
12
+ apt:
13
+ packages:
14
+ - libopencv-dev
15
16
+env:
17
+ global:
18
+ - PATH=/usr/lib/ccache:$PATH
19
20
+cache:
21
+ bundler: true
22
+ directories:
23
+ - $HOME/.ccache
24
25
+before_script:
26
+ - ruby ext/opencv/extconf.rb
27
+ - make
28
+ - make install
29
30
+script:
31
+ - cd test
32
+ - ruby runner.rb
0 commit comments