-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
56 lines (47 loc) · 1.79 KB
/
.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# see http://about.travis-ci.org/docs/user/languages/cpp/ for more hints
language: cpp
# Use container based infrastructure for Travis
sudo: false
# Test against both compilers
compiler:
- clang
- gcc
cache:
directories:
- $HOME/re
# Coverity
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "QQNP4Ns4Ob3ty49b1oW1zUuB9B5+4CYTied9eIo7VVK7Eo6Gy0TuuJW6uEHaH0OOHKMl29FlYiNYXwZHzNVJM0bXJS/G8M6VpBGluwKUy8ErqOxtfjvmQg3n4CkNPkJbdI0z8EylHKlDfyKpGzaJiIu006FowxMJQsrtd2uVmQYfwAvtGE/4xTkvnFjWvrB0hqFa1RpReZhst8EkLeFL3v9hesZ00eWckwNqEkElAeybB35r0XQJG6N8hIhxClsjx7B8jNsno7TDKD6BrVAJmmakS1QY63MFLrtB0Plx8qLQrZzk+bi5JXwVVCvxg+VjRvUzUWOglVxTVE3hr8stS0M1s8l4NuawHTqAvtQthMEpzgcY6ouKqakwSkxbg893YmnQZUZE+4p2Q1acmyHvX5HNcYI2vxNBDJknVo3AKBpQ2VZ8TGSGXQ5DVYniDTO93vsmuRfImcotxX9MNd5W66V4voq9ecqOO0UcZgf94SXaAFEuzjjw+7SOiYUjf7pSOPVMCnhFkmMmJN4ac6Cr6dFBfr2sTfkQTJ+DGa2YkHQDkUB2GpUXRkrqIOrtkXsLXQvjpQpWPqKpCfIadhDn1J87/62KHcJMqmpLFK1EmAwks4MBQDXexD+P2RvuEDnNd59pPFZ6sk7+snn2TZ7lMlrLVlanvyESqLkGy7lh7QI="
# https://docs.travis-ci.com/user/migrating-from-legacy
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
- george-edison55-precise-backports
packages:
- build-essential
- autoconf
- cmake
- cmake-data
- libmysqlclient-dev
- libssl-dev
coverity_scan:
project:
name: "ph4r05/restund"
description: "Build submitted by Travis CI"
notification_email: [email protected]
build_command_prepend: bash install-re-cached.sh
build_command: make
branch_pattern: coverity_scan
before_install:
- echo $LANG
- echo $LC_ALL
- bash install-re-cached.sh
script:
- ls -las
- ls -las $HOME/re
- make info && make