adding and building boost

This commit is contained in:
Alister
2021-08-26 20:21:53 +01:00
parent 91bca5847b
commit b8541d3884

View File

@@ -12,10 +12,11 @@ image: rabits/qt:5.15-desktop
build:
stage: build
# instead of calling g++ directly you can also use some build toolkit like make
# install the necessary build tools when needed
before_script:
- apt update && apt -y install make autoconf cmake libboost-dev
- apt update && apt -y install make autoconf cmake libboost-all-dev
- ./bootstrap.sh --prefix=/usr/
- ./b2
- ./b2 install
script:
- mkdir build
- cd build