[go: up one dir, main page]

File: .travis.yml

package info (click to toggle)
alsa-utils 1.1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,664 kB
  • sloc: ansic: 32,481; sh: 2,915; xml: 590; makefile: 546
file content (18 lines) | stat: -rw-r--r-- 679 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sudo: required
language: c
before_script:
  - sudo apt-get --yes install xmlto python-docutils
  - wget -O /tmp/alsa-lib.tar.gz https://github.com/alsa-project/alsa-lib/archive/master.tar.gz
  - ls -la /tmp/alsa-lib.tar.gz
  - tar -xvf /tmp/alsa-lib.tar.gz
  - cd alsa-lib-master
  - sed -e 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.travis
  - bash gitcompile.travis
  - sudo make install
  - cd ..
  - cp $(whereis gettextize | cut -d ' ' -f 2) gettextize1
  - sed -e 's-read dummy < /dev/tty--g' < gettextize1 > gettextize
  - chmod 755 gettextize
  - sed -e 's-gettextize-./gettextize-g' < gitcompile > gitcompile.travis
script:
  - bash -x gitcompile.travis