File tree 3 files changed +20
-1
lines changed
3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ ! .travis.yml
1
2
configure
2
3
config.log
3
4
config.cache
Original file line number Diff line number Diff line change
1
+ sudo : required
2
+ language : c
3
+ before_script :
4
+ - sudo apt-get --yes install xmlto python-docutils
5
+ - wget -O /tmp/alsa-lib.tar.gz https://github.com/alsa-project/alsa-lib/archive/master.tar.gz
6
+ - ls -la /tmp/alsa-lib.tar.gz
7
+ - tar -xvf /tmp/alsa-lib.tar.gz
8
+ - cd alsa-lib-master
9
+ - sed -e 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.travis
10
+ - bash gitcompile.travis
11
+ - sudo make install
12
+ - cd ..
13
+ - cp $(whereis gettextize | cut -d ' ' -f 2) gettextize1
14
+ - sed -e 's-read dummy < /dev/tty--g' < gettextize1 > gettextize
15
+ - chmod 755 gettextize
16
+ - sed -e 's-gettextize-./gettextize-g' < gitcompile > gitcompile.travis
17
+ script :
18
+ - bash -x gitcompile.travis
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ AM_INIT_AUTOMAKE
8
8
AM_MAINTAINER_MODE ([ enable] )
9
9
10
10
AM_GNU_GETTEXT([ external] )
11
- AM_GNU_GETTEXT_VERSION([ 0.15 ] )
11
+ AM_GNU_GETTEXT_VERSION([ 0.19.8 ] )
12
12
13
13
dnl Checks for programs.
14
14
You can’t perform that action at this time.
0 commit comments