Skip to content
Snippets Groups Projects
Unverified Commit 707ccc3e authored by Recolic Keghart's avatar Recolic Keghart
Browse files

update travis: prefix fix

parent e7c453c2
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ before_install:
- wget https://cmake.org/files/v3.11/cmake-3.11.2-Linux-x86_64.sh && chmod +x cmake-3.11.2-Linux-x86_64.sh
- ./cmake-3.11.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license
- wget "https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.bz2" && tar -xjf boost_1_66_0.tar.bz2
- cd boost_1_66_0 && echo "Building boost..." && ./bootstrap.sh --with-libraries=coroutine,system && sudo ./b2 install | grep -v '...skipped' && cd ..
- cd boost_1_66_0 && echo "Building boost..." && ./bootstrap.sh --prefix=/usr --with-libraries=coroutine,system && sudo ./b2 install | grep -v '...skipped' && cd ..
addons:
apt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment