mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:45:41 +01:00
chore: Delete .travis.yml because of using not Travis CI but GitHub Actions
Fixes: https://github.com/alsa-project/alsa-utils/pull/160 Signed-off-by: Tomohiro IKEDA <tomohiro.ikeda@justincase-tech.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
4daf22b278
commit
21de8d6a2f
2 changed files with 0 additions and 19 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
||||||
!.travis.yml
|
|
||||||
configure
|
configure
|
||||||
config.log
|
config.log
|
||||||
config.cache
|
config.cache
|
||||||
|
|
18
.travis.yml
18
.travis.yml
|
@ -1,18 +0,0 @@
|
||||||
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
|
|
Loading…
Reference in a new issue