Fix run_with_fuse.sh for travis
This commit is contained in:
parent
4202e6be89
commit
3c32df43eb
@ -25,15 +25,15 @@ install:
|
|||||||
- sudo ./b2 -d0 install
|
- sudo ./b2 -d0 install
|
||||||
- cd ..
|
- cd ..
|
||||||
- sudo rm -rf boost.tar.bz2 boost_1_56_0
|
- sudo rm -rf boost.tar.bz2 boost_1_56_0
|
||||||
|
- mkdir cmake
|
||||||
|
- cd cmake
|
||||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/run_with_fuse.sh
|
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/run_with_fuse.sh
|
||||||
- chmod +x run_with_fuse.sh
|
- chmod +x run_with_fuse.sh
|
||||||
script:
|
script:
|
||||||
- mkdir cmake
|
|
||||||
- cd cmake
|
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make -j2
|
- make -j2
|
||||||
- ./test/cpp-utils-test
|
- ./test/cpp-utils-test
|
||||||
- ../run_with_fuse.sh ./test/fspp-test
|
- ./run_with_fuse.sh ./test/fspp-test
|
||||||
- ./test/parallelaccessstore-test
|
- ./test/parallelaccessstore-test
|
||||||
after_script:
|
after_script:
|
||||||
- rm run_with_fuse.sh
|
- rm run_with_fuse.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user