adding boost libs

adding boost libs
This commit is contained in:
Alister
2021-08-30 12:28:29 +01:00
parent 4f42725e3e
commit 8677f194d4

View File

@@ -14,7 +14,7 @@ build:
stage: build
before_script:
#install dependencies
- apt update && apt -y install wget make autoconf cmake
- apt update && apt -y install wget make autoconf cmake libboost-all-dev
script:
- mkdir build