WIP on travis

This commit is contained in:
Peter Braden 2012-09-24 16:05:30 -04:00
parent f74971be01
commit e1f4182a3e
2 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,4 @@ node_js:
before_install:
- sudo apt-get install libcv-dev
- sudo apt-get install libhighgui-dev
- pkg-config --libs opencv

View File

@ -31,6 +31,7 @@
, 'cflags!' : [ '-fno-exceptions']
, 'cflags_cc!': [ '-fno-rtti', '-fno-exceptions']
}]
, ['OS=="linux"', {
'cflags': ['-ldl', '-Wall', '<!@(pkg-config --cflags opencv)']
, 'cflags!' : ['-fno-exceptions']