Private
Public Access
2
0

.travis.yml: updated travis file to use swig3 and build node.js bindings too

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Mihai Tudor Panu
2015-09-21 11:42:33 -07:00
committed by Brendan Le Foll
parent 31750be753
commit 18249d5ecc

View File

@@ -3,7 +3,10 @@ compiler:
- gcc
- clang
install:
- sudo add-apt-repository --yes ppa:kalakris/cmake
- sudo add-apt-repository --yes ppa:fenics-packages/fenics-exp/swig
- sudo apt-get update -qq
- sudo apt-get install -y -qq swig python git
- sudo apt-get install -y -qq swig3.0 python git cmake
- sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
script:
- mkdir build && cd build && cmake -DBUILDSWIGPYTHON=ON .. && make && make test
- mkdir build && cd build && cmake -DNODE_ROOT_DIR:PATH=/home/travis/.nvm/v0.10.36/include .. && make && make test