Skip to content

Commit c7e65e5

Browse files
smowtonpeterschrammel
authored andcommitted
Install boost in test environment
This enables compile-testing with -DUSE_BOOST
1 parent be43409 commit c7e65e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ matrix:
1414
- libwww-perl
1515
- g++-5
1616
- libubsan0
17+
- libboost-system-dev
18+
- libboost-filesystem-dev
1719
before_install:
1820
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
1921
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer"
@@ -30,6 +32,8 @@ matrix:
3032
- clang-3.7
3133
- libstdc++-5-dev
3234
- libubsan0
35+
- libboost-system-dev
36+
- libboost-filesystem-dev
3337
before_install:
3438
- mkdir bin ; ln -s /usr/bin/clang-3.7 bin/gcc
3539
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"

0 commit comments

Comments
 (0)