adding boost requirements
adding boost requirements
This commit is contained in:
@@ -13,7 +13,9 @@ image: rabits/qt:5.15-desktop
|
||||
build:
|
||||
stage: build
|
||||
before_script:
|
||||
- apt update && apt -y install make autoconf cmake
|
||||
- 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
|
||||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
|
||||
Reference in New Issue
Block a user