]> git.alsa-project.org Git - alsa-utils.git/commitdiff
initial version of .travis.yml test
authorJaroslav Kysela <perex@perex.cz>
Wed, 24 Oct 2018 15:47:05 +0000 (17:47 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 24 Oct 2018 20:30:59 +0000 (22:30 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
.gitignore
.travis.yml [new file with mode: 0644]
configure.ac

index d2175b0dc3bf7696a5c280602d2fd2f26d3d08f9..ad4eb5eec4678f9fcd0ce04f8894bb0a3a3a78e1 100644 (file)
@@ -1,3 +1,4 @@
+!.travis.yml
 configure
 config.log
 config.cache
diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..ba90a46
--- /dev/null
@@ -0,0 +1,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
index 36c712ef18da2a71b79a5892efce0a1fb070f90a..c37b8a53d7997087c835f86b3efaf0e0891f46d7 100644 (file)
@@ -8,7 +8,7 @@ AM_INIT_AUTOMAKE
 AM_MAINTAINER_MODE([enable])
 
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.15])
+AM_GNU_GETTEXT_VERSION([0.19.8])
 
 dnl Checks for programs.