summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomohiro IKEDA <tomohiro.ikeda@justincase-tech.com>2022-07-23 20:25:06 +0900
committerJaroslav Kysela <perex@perex.cz>2022-11-04 22:02:03 +0100
commit21de8d6a2f18401c3acae6df76d115faecc2abbe (patch)
treec52f1085cfc7cbbbb8dfe26405db0bad6a18ed48
parent4daf22b278662721a59ccbb6ca33c8719f7f1565 (diff)
downloadalsa-utils-21de8d6a2f18401c3acae6df76d115faecc2abbe.tar.gz
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>
-rw-r--r--.gitignore1
-rw-r--r--.travis.yml18
2 files changed, 0 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore
index 5e0a3b7..08d9cd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-!.travis.yml
configure
config.log
config.cache
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index ba90a46..0000000
--- a/.travis.yml
+++ /dev/null
@@ -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