forked from keshavbhatt/snapcraft-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (32 loc) · 985 Bytes
/
.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
language: cpp
compiler:
- gcc
services:
- docker
sudo: required
dist: xenial
env:
matrix:
- DISTRO="xenial" LATESTQT="no"
- DISTRO="yakkety" LATESTQT="no"
# - DISTRO="yakkety" LATESTQT="yes"
script:
- docker run -e LATESTQT=$LATESTQT -e DISTRO=$DISTRO -v $(pwd):$(pwd) -t ubuntu:$DISTRO sh -c "export LC_ALL=en_US.UTF-8 && locale-gen en_US.UTF-8 && cd $(pwd) && ./.travis.sh"
notifications:
email: false
irc:
channels:
- "chat.freenode.net##snapcraft-gui"
template:
- "%{repository_slug}, build %{build_number}, commit %{commit} (%{commit_subject}) on branch %{branch} was pushed to by %{author} and it resulted in %{result}."
- "Finished in %{elapsed_time} and is available here: %{build_url}"
use_notice: true
skip_join: false
on_success: always
on_failure: always
webhooks:
urls:
- https://webhooks.gitter.im/e/35a074b2057c30146b56
on_success: always
on_failure: always
on_start: never