Skip to content
Snippets Groups Projects
Commit ea9bfb29 authored by Andrea Ceccanti's avatar Andrea Ceccanti
Browse files
parent 12da73d5
Branches issue-17
No related tags found
No related merge requests found
Pipeline #54109 failed
......@@ -91,7 +91,7 @@ clang-format --version
# Install boost
mkdir /tmp/boost-build
cd /tmp/boost-build
wget --no-verbose https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.gz -O boost.tar.gz
wget --no-verbose https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.gz -O boost.tar.gz
mkdir boost-src && tar zxf boost.tar.gz -C boost-src --strip-components=1
cd boost-src
./bootstrap.sh --with-libraries=filesystem,log,program_options,system,thread
......
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