-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add offsets on subscribe. cleanup compiler warnings
- Loading branch information
Sergey Vidyuk
committed
Mar 7, 2018
1 parent
1f7718b
commit 28821dc
Showing
5 changed files
with
54 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
language: c | ||
sudo: required | ||
dist: trusty | ||
os: | ||
- linux | ||
|
||
before_install: | ||
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get update;sudo apt-get install gcc-multilib; fi | ||
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install librdkafka-dev librdkafka-dev:i386; fi | ||
|
||
script: | ||
- make all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters