mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 22:01:02 +08:00
12 lines
227 B
YAML
12 lines
227 B
YAML
language: cpp
|
|
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
|
|
install:
|
|
- sudo apt-get -q install protobuf-compiler libprotobuf-dev libprotoc-dev
|
|
|
|
script:
|
|
- ./autogen.sh
|
|
- ./configure && make distcheck && make clean
|