forked from vslavik/poedit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
41 lines (32 loc) · 1.29 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
sudo: required
dist: trusty
language: cpp
compiler: gcc
before_install:
# dependencies for building Poedit on old Ubuntu:
- sudo add-apt-repository -y ppa:vslavik/poedit
- sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
- sudo apt-add-repository 'deb http://repos.codelite.org/wx3.0.2/ubuntu/ trusty universe'
- sudo apt-get update -qq
install:
- sudo apt-get install -qq --no-install-recommends asciidoc xsltproc xmlto
- sudo apt-get install -qq libexpat1-dev libdb++-dev libboost-dev libboost-{system,regex,thread,iostreams}-dev liblucene++-dev libicu-dev libwxgtk3.0-dev libgtk2.0-dev libgtkspell-dev
script:
- scripts/travis-check-translations.sh
# don't build directly, create a tarball first and try building from that
- ./bootstrap && ./configure && make dist && make distcheck
after_failure:
- test -f Makefile || cat config.log
git:
submodules: false
cache: apt
deploy:
provider: releases
api_key:
secure: fkelxNMcGoNY4MT30dEiEUE53cMkhtmr44Y7iSEkOGmfeG9ReUqVIk1nd7027iehzdhhcov57XwHg49KA+AWpQGvEbLkRNRazOxSGFL9o/P/Rzft/tvKP0sxcRF5RUVo0b5J5wlsIKSlbjDqGu9CM+G4eyK0D2jo/XPzsv9akKQ=
skip_cleanup: true
file: poedit-1.8.8.tar.gz
on:
repo: vslavik/poedit
tags: true
all_branches: true