pulling boost source

pulling boost source
This commit is contained in:
Alister
2021-08-30 11:15:38 +01:00
parent 97a1566b47
commit 424bed354a

View File

@@ -13,9 +13,14 @@ image: rabits/qt:5.15-desktop
build:
stage: build
before_script:
- apt update && apt -y install make autoconf cmake
#install boost
- apt -y install build-essential g++ python-dev autotools-dev libicu-dev libbz2-dev libboost-all-dev
#download boost
- wget -O boost_1_77_0.tar.gz https://sourceforge.net/projects/boost/files/boost/1.77.0/boost_1_77_0.tar.gz/download
- tar xzvf boost_1_77_0.tar.gz
- cd boost_1_77_0/
#install dependencies
- apt update && apt -y install make autoconf cmake python-dev autotools-dev libicu-dev libbz2-dev libboost-all-dev
#bootstrap boost
- ./bootstrap.sh --prefix=/usr/local
script:
- mkdir build
- cd build