-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.travis.yml
More file actions
28 lines (28 loc) · 800 Bytes
/
.travis.yml
File metadata and controls
28 lines (28 loc) · 800 Bytes
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
language: c
compiler:
- gcc
- clang
branches:
except:
- artwork
- debian
- gh-pages
- packaging
- valamang
before_install:
- sudo apt-get update -qq
- sudo apt-get install update-manager-core software-properties-common
- sudo sed -i 's/^\(Prompt=\).*/\1lts/' /etc/update-manager/release-upgrades
- sudo do-release-upgrade -d -f DistUpgradeViewNonInteractive
- sudo add-apt-repository -y ppa:vala-team/ppa
- sudo apt-get update -qq
- eval $(sed -n '/^On Debian based systems install/{n;n;p}' README.md) valadoc
script: mkdir build && cd build && cmake -DVALADOC_VERBOSE=ON .. && make && make docs-valama
notifications:
irc:
channels:
- "irc.freenode.org#valama"
on_success: change
on_failure: always
use_notice: true
skip_join: true