Skip to content

Commit 6071c44

Browse files
Requiering package libstdc++-5-dev
1 parent cef2f81 commit 6071c44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ matrix:
2727
- libwww-perl
2828
- clang-3.7
2929
- libc++-dev
30+
- libstdc++-5-dev
3031
before_install:
3132
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/clang-3.7 90
3233
env: COMPILER="clang++-3.7 -stdlib=libstdc++"
@@ -42,3 +43,4 @@ matrix:
4243
script:
4344
- make -C src minisat2-download
4445
- make -C src CXX="$COMPILER" CXXFLAGS="-Wall -O2 -g -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare" -j2 && make -C regression test
46+
- make -C src CXX="$COMPILER" CXXFLAGS="-Wall -O2 -g -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare" -j2 aa-symex.dir cegis.dir clobber.dir memory-models.dir musketeer.dir

0 commit comments

Comments
 (0)