Commit b35c37ad authored by Alastair Robertson's avatar Alastair Robertson Committed by GitHub

Merge pull request #41 from xbe/travis-ci

Add Travis CI builds and tests
parents 1ba4066d e3f08aea
sudo: required
language:
- cpp
services:
- docker
script:
- ./build-docker-image.sh
- ./build-debug.sh
- build-debug/tests/bpftrace_test
[![Build Status](https://travis-ci.org/ajor/bpftrace.svg?branch=master)](https://travis-ci.org/ajor/bpftrace)
# BPFtrace
BPFtrace is a [DTrace](http://dtrace.org)-style dynamic tracing tool for linux, based on the extended BPF capabilities available in recent Linux kernels. BPFtrace uses [LLVM](http://llvm.org) as a backend to compile scripts to BPF-bytecode and makes use of [BCC](https://github.com/iovisor/bcc) for interacting with the Linux BPF system.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment