]> rtime.felk.cvut.cz Git - jailhouse.git/blob - .travis.yml
jailhouse: hypervisor: Debug output redirected to serial 0 back.
[jailhouse.git] / .travis.yml
1 #
2 # Jailhouse, a Linux-based partitioning hypervisor
3 #
4 # Copyright (c) Siemens AG, 2014, 2015
5 #
6 # Authors:
7 #  Jan Kiszka <jan.kiszka@siemens.com>
8 #
9 # This work is licensed under the terms of the GNU GPL, version 2.  See
10 # the COPYING file in the top-level directory.
11 #
12
13 language: c
14
15 compiler:
16   - gcc
17
18 env:
19   global:
20     - secure: "HeNK8vFhW6656FoEc05SWwjorvMZWkUTIioHBJoX+s59uQ6MlgyPNnro8FrrcX/fNWLDNRrzl9U05423JVMWwjOuov6MgShDJkG/imadVO8Y+ZIsKdefAp/DsUhIhsnRNh8+bxUStdFAVatMvPf/ZWuEk0K3BC95yWK1VXE73ZQ="
21
22 install:
23   # Install additional packages
24   - echo "deb http://archive.ubuntu.com/ubuntu utopic main restricted" | sudo tee -a /etc/apt/sources.list
25   - sudo apt-get update -qq
26   - sudo apt-get install -qq python-mako gcc-arm-linux-gnueabihf make
27   # Install kernel build environment
28   - pushd ci
29   - wget -q http://www.kiszka.org/downloads/travis-ci/kernel-build.tar.xz
30   - tar xJf kernel-build.tar.xz
31   - popd
32
33 script:
34   - if [ ${COVERITY_SCAN_BRANCH} != 1 ];
35         then ci/build-all-configs.sh;
36     fi
37
38 addons:
39   coverity_scan:
40     project:
41       name: "siemens/jailhouse"
42     notification_email: jan.kiszka@siemens.com
43     build_script_url: https://raw.githubusercontent.com/$TRAVIS_REPO_SLUG/$TRAVIS_BRANCH/ci/coverity-scan-build.sh
44     build_command_prepend: "cov-configure --comptype gcc --compiler arm-linux-gnueabihf-gcc --template"
45     build_command: "unused"
46     branch_pattern: coverity_scan.*