adding and building boost
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user