Skip to content
Snippets Groups Projects
Commit 08d3b160 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Add a configuration file for Travis CI (http://travis-ci.org/)

parent 9e823460
No related branches found
No related tags found
No related merge requests found
language: cpp
compiler:
- clang
- gcc
branches:
only:
- master
- stable
install:
- sudo apt-get update > /dev/null
- sudo apt-get -q install binutils-dev python-daemon python-yaml python-pexpect
script:
- mkdir ./build && cd ./build && cmake .. -DCMAKE_BUILD_TYPE=Release
- make -j8
- make test
notifications:
irc:
channels:
- irc.freenode.net#tarantool
on_success: change
on_failure: always
email: false
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