forked from mariadb-corporation/MaxScale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
35 lines (32 loc) · 869 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
- libgnutls-dev
- libgcrypt11-dev
coverity_scan:
project:
name: "mariadb-corporation/MaxScale"
description: "Build submitted via Travis CI"
notification_email: [email protected]
build_command_prepend: "make install; ./postinst"
build_command: "make"
branch_pattern: coverity_scan