• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1sudo: required
2language: c
3before_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
17script:
18  - bash -x gitcompile.travis
19