-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
35 lines (34 loc) · 859 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
language: generic
install: skip
services:
- docker
git:
clone: false
branches:
only:
- master
if: (commit_message =~ ^daily OR type = "cron") AND (branch = master)
env:
- WEBGRAB_FILENAME=configs/ar_el_cinema.xml
- WEBGRAB_FILENAME=configs/ar_arab.xml
- WEBGRAB_FILENAME=configs/ar_osn.xml
#- WEBGRAB_FILENAME=configs/ar_seevi.xml
before_script:
- export TZ=Europe/London
script: |
wget https://raw.githubusercontent.com/Fazzani/grab/master/build.sh -O build.sh
chmod +x ./build.sh && ./build.sh --build
jobs:
include:
- stage: merging
name: Merging xmltv files
script: |
wget https://raw.githubusercontent.com/Fazzani/grab/master/build.sh -O build.sh
chmod +x build.sh
./build.sh --merge
notifications:
email:
recipients:
on_success: change
on_failure: change