mirror of https://github.com/CIRCL/AIL-framework
Update travis
parent
d2557aae9a
commit
34e23998b1
30
.travis.yml
30
.travis.yml
|
@ -49,25 +49,25 @@ install:
|
|||
- popd
|
||||
# Redis leveldb
|
||||
- test ! -d redis-leveldb/ && git clone https://github.com/KDr2/redis-leveldb.git
|
||||
pushd redis-leveldb/
|
||||
git submodule init
|
||||
git submodule update
|
||||
make
|
||||
popd
|
||||
- pushd redis-leveldb/
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- make
|
||||
- popd
|
||||
# Faup
|
||||
- test ! -d faup && git clone https://github.com/stricaud/faup.git
|
||||
pushd faup/
|
||||
test ! -d build && mkdir build
|
||||
cd build
|
||||
cmake .. && make
|
||||
sudo make install
|
||||
echo '/usr/local/lib' | sudo tee -a /etc/ld.so.conf.d/faup.conf
|
||||
sudo ldconfig
|
||||
popd
|
||||
- pushd faup/
|
||||
- test ! -d build && mkdir build
|
||||
- cd build
|
||||
- cmake .. && make
|
||||
- sudo make install
|
||||
- echo '/usr/local/lib' | sudo tee -a /etc/ld.so.conf.d/faup.conf
|
||||
- sudo ldconfig
|
||||
- popd
|
||||
# PyFaup
|
||||
- pushd faup/src/lib/bindings/python/
|
||||
python setup.py install
|
||||
popd
|
||||
- python setup.py install
|
||||
- popd
|
||||
# Set config
|
||||
- cp bin/packages/config.cfg.sample bin/packages/config.cfg
|
||||
- mkdir -p $AIL_HOME/{PASTES,Blooms,dumps}
|
||||
|
|
Loading…
Reference in New Issue