forked from PeterDinda/nautilus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
40 lines (30 loc) · 1.15 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
language: c
dist: xenial
addons:
coverity_scan:
# GitHub project metadata
# ** specific to your project **
project:
name: HExSA-Lab/nautilus
version: 1.0
description: Nautilus
# Where email notification of build analysis results will be sent
notification_email: [email protected]
# Commands to prepare for build_command
# ** likely specific to your build **
build_command_prepend: make defconfig
# The command that will be added as an argument to "cov-build" to compile your project for analysis,
# ** likely specific to your build **
build_command: make
# Pattern to match selecting branches that will run analysis. We recommend leaving this set to 'coverity_scan'.
# Take care in resource usage, and consider the build frequency allowances per
# https://scan.coverity.com/faq#frequency
branch_pattern: master
apt:
update: true
packages:
- grub2
- qemu
- xorriso
before_install: pip install pyyaml --user
script: scripts/run_tests.py