blob: c22ee46fcc44418f45388e63d0626a7aef28dbec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
language: c
os:
- linux
# dist: trusty
# sudo: required
compiler:
- gcc
before_install:
- echo "Building for $TRAVIS_OS_NAME"
- wget -q http://de.archive.ubuntu.com/ubuntu/pool/main/g/gettext/gettext_0.19.7-2ubuntu3_amd64.deb
- sudo dpkg -i gettext_0.19.7-2ubuntu3_amd64.deb
script:
- ./autogen.sh --git-build
|