adding boost requirements

adding boost requirements
This commit is contained in:
Alister
2021-08-30 11:11:15 +01:00
parent 9a20526328
commit 97a1566b47

View File

@@ -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