mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
only load boost libraries that we need to improve test times
This commit is contained in:
@@ -2,8 +2,7 @@ language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
before_install:
|
||||
- sudo apt-get update -qq -y
|
||||
- sudo apt-get install libboost1.48-all-dev -y
|
||||
- sudo apt-get install libboost-regex1.48.0-dev libboost-system1.48-dev libboost-thread1.48-dev libboost-test1.48-dev libboost-random1.48-dev -y
|
||||
env:
|
||||
global:
|
||||
- BOOST_INCLUDES=/usr/include
|
||||
|
||||
Reference in New Issue
Block a user