Skip to content

Commit

Permalink
Merge pull request #3 from sv/master
Browse files Browse the repository at this point in the history
Add travis build for x64
  • Loading branch information
sv authored Mar 27, 2018
2 parents de93217 + 4b1f3be commit a428f85
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: c
sudo: required
dist: trusty
os:
- linux

before_install:
- wget -qO - http://packages.confluent.io/deb/3.3/archive.key | sudo apt-key add - # Use the confluent repository
- sudo add-apt-repository "deb http://packages.confluent.io/deb/3.3 stable main"
- sudo apt-get update -qq # Update quietly.
- sudo apt-get install -y gcc-multilib librdkafka-dev librdkafka1

script:
- make all

0 comments on commit a428f85

Please sign in to comment.