mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 13:31:02 +08:00
Merge pull request #438 from daxtens/next
Travis CI: Test on other platforms
This commit is contained in:
commit
5f2484642b
13
.travis.yml
13
.travis.yml
@ -2,8 +2,13 @@ language:
|
||||
- c
|
||||
- cpp
|
||||
|
||||
sudo: required
|
||||
dist: xenial
|
||||
arch:
|
||||
- amd64
|
||||
- arm64
|
||||
- ppc64le
|
||||
- s390x
|
||||
|
||||
dist: bionic
|
||||
|
||||
addons:
|
||||
apt:
|
||||
@ -31,4 +36,6 @@ script:
|
||||
- ( mkdir build-cmake/bin && cd build-cmake/bin && cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=protobuf-c-bin ../ && make -j2 && make test && make install)
|
||||
|
||||
after_success:
|
||||
- cpp-coveralls --build-root . --exclude t/ --exclude /usr/include --exclude protobuf-$PROTOBUF_VERSION --exclude protoc-c
|
||||
- if [ $(uname -m) = "x86_64" ]; then
|
||||
cpp-coveralls --build-root . --exclude t/ --exclude /usr/include --exclude protobuf-$PROTOBUF_VERSION --exclude protoc-c;
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user