# # Jailhouse, a Linux-based partitioning hypervisor # # Copyright (c) Siemens AG, 2014, 2015 # # Authors: # Jan Kiszka # # This work is licensed under the terms of the GNU GPL, version 2. See # the COPYING file in the top-level directory. # language: c compiler: - gcc env: global: - secure: "HeNK8vFhW6656FoEc05SWwjorvMZWkUTIioHBJoX+s59uQ6MlgyPNnro8FrrcX/fNWLDNRrzl9U05423JVMWwjOuov6MgShDJkG/imadVO8Y+ZIsKdefAp/DsUhIhsnRNh8+bxUStdFAVatMvPf/ZWuEk0K3BC95yWK1VXE73ZQ=" install: # Install additional packages - echo "deb http://archive.ubuntu.com/ubuntu utopic main restricted" | sudo tee -a /etc/apt/sources.list - sudo apt-get update -qq - sudo apt-get install -qq python-mako gcc-arm-linux-gnueabihf make # Install kernel build environment - pushd ci - wget -q http://www.kiszka.org/downloads/travis-ci/kernel-build.tar.xz - tar xJf kernel-build.tar.xz - popd script: - if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then ci/build-all-configs.sh; fi addons: coverity_scan: project: name: "siemens/jailhouse" description: "Build submitted via Travis CI" notification_email: jan.kiszka@siemens.com build_command_prepend: "cp ci/jailhouse-config-x86.h hypervisor/include/jailhouse/config.h" build_command: "make KDIR=ci/linux/build-x86" branch_pattern: coverity_scan