Files
MaxScale/.travis.yml
Markus Makela 7a08ea99af Change README to Markdown and fix Travis for 2.0
Converting the README into Markdown format makes it a lot easier to
comprehent. Also cleaned up the formatting.

The 2.0 branch had a broken Travis configuration. Fixed it and changed
links to point to 2.0 branch.
2016-12-19 10:55:28 +02:00

34 lines
823 B
YAML

language: c
sudo: required
dist: trusty
compiler: gcc
os: linux
env:
global:
- secure: "kfzqiIq1XhZ89XYsnqFhPKr5UWB+W4fYAYpOYOLgWMmqfjwqQTm1nN/A6TuFmdbTrzB6hLawsxIUrPS+QKs4TI8tTQMRZ8IZV4TIUQVa7SNQljwrKvnSu0fSoqpPrvXxjEjbTlvpo7X5EKCyCB0Xz6NaYVJIvE9bYnwCEAJw30k="
# actual compilation commands
script:
- chmod +x .travis/build_maxscale.sh
- .travis/build_maxscale.sh
#some dependencies
addons:
apt:
packages:
- libaio-dev
- libpcre3-dev
- doxygen
- pandoc
- uuid
- uuid-dev
coverity_scan:
project:
name: "mariadb-corporation/MaxScale"
description: "Build submitted via Travis CI"
notification_email: coverity-maxscale@mariadb.com
build_command_prepend: "make install; ./postinst"
build_command: "make"
branch_pattern: coverity_scan