Add boost dependencies

This commit is contained in:
ReenigneArcher 2022-04-23 13:16:21 -04:00
parent b332633b07
commit 780339d91b

View File

@ -12,6 +12,9 @@ build:
python: "3.9" python: "3.9"
apt_packages: apt_packages:
- cmake - cmake
- libboost-filesystem-dev
- libboost-log-dev
- libboost-thread-dev
jobs: jobs:
pre_build: pre_build:
- cmake . - cmake .