mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Update travis
This commit is contained in:
parent
d2557aae9a
commit
34e23998b1
1 changed files with 15 additions and 15 deletions
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 a new issue