forked from AppImageCommunity/libappimage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
61 lines (57 loc) · 1.33 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
56
57
58
59
60
61
language: c
compiler: gcc
services:
- docker
matrix:
include:
- env:
- ARCH=x86_64
- DOCKER_IMAGE=quay.io/appimage/appimagebuild
- env:
- ARCH=i686
- DOCKER_IMAGE=quay.io/appimage/appimagebuild-i386
- env:
- ARCH=x86_64
addons:
apt:
update: true
packages:
- libfuse-dev
- desktop-file-utils
- env:
- ENABLE_COVERAGE=On
- ARCH=x86_64
addons:
apt:
update: true
packages:
- libfuse-dev
- desktop-file-utils
- gcovr
- lcov
- env:
- BUILD_DOCS
addons:
apt:
update: true
packages:
- doxygen
language: python
python: 3.6
dist: xenial
script:
- cd docs && ./make.sh html
script:
- bash travis/travis-build.sh
notifications:
irc:
channels:
- "chat.freenode.net#AppImage"
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: always # options: [always|never|change] default: always
local_dir: docs/_build/html
template:
- "%{repository} build %{build_number}: %{result} %{build_url}"
use_notice: true
# skip_join: true