mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 22:01:02 +08:00
447964eee4
of course, protobuf-c uses both C and C++.
16 lines
392 B
YAML
16 lines
392 B
YAML
language: c
|
|
language: cpp
|
|
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
|
|
install:
|
|
- sudo apt-get -q install protobuf-compiler libprotobuf-dev libprotoc-dev
|
|
valgrind
|
|
|
|
script:
|
|
- ./autogen.sh
|
|
- ./configure && make distcheck VERBOSE=1 && make clean
|
|
- ./configure --enable-valgrind-tests && make distcheck
|
|
DISTCHECK_CONFIGURE_FLAGS="--enable-valgrind-tests" VERBOSE=1
|