Travis CI: whatever.
gtest packages intentionally don't provide binaries anymore. Will probably re-add as submodule later.
This commit is contained in:
parent
c92a985849
commit
48ab119048
1 changed files with 1 additions and 3 deletions
|
|
@ -8,14 +8,12 @@ addons:
|
|||
packages:
|
||||
- gcc-4.8
|
||||
- g++-4.8
|
||||
- libgtest-dev
|
||||
- capnproto
|
||||
|
||||
# use gcc-4.8
|
||||
install:
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||
|
||||
script: autoreconf -f -i -s && ./configure && make && make check
|
||||
script: autoreconf -f -i -s && ./configure --without-gtest && make && make check
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue