Skip to content
Snippets Groups Projects
Unverified Commit 071e9b56 authored by Patrick O'Doherty's avatar Patrick O'Doherty Committed by Isis Lovecruft
Browse files

.travis.yml to run test suite

Installs dependencies (including rust) and runs the existing test suite.

TODO: Introduce build matrix utilizing the rust toolchain to run test
suites both with and without the rust components.
parent b47249e0
No related branches found
No related tags found
No related merge requests found
language: c
sudo: enabled
dist: trusty
before_install:
- sudo apt-get -qq update
- sudo apt-get -y install libevent-dev libseccomp2 zlib1g-dev
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
script: ./autogen.sh && ./configure --disable-asciidoc && make test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment