adding boost dev

adding boost dev
This commit is contained in:
Alister
2021-08-26 18:38:07 +01:00
parent fca1bd90bf
commit 75470c5813

View File

@@ -16,7 +16,7 @@ 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
- apt update && apt -y install make autoconf cmake libboost-all-dev
script:
- mkdir build
- cd build