[SCM] audacity/master: Add travis configuration

freee at users.alioth.debian.org freee at users.alioth.debian.org
Thu Nov 24 20:52:32 UTC 2016


The following commit has been merged in the master branch:
commit b026313ed4b9f17d44534e51d1d3c7b4e7ebf482
Author: Free Ekanayaka <freee at debian.org>
Date:   Thu Nov 24 16:19:24 2016 +0000

    Add travis configuration

diff --git a/.travis.yml b/.travis.yml
index ebaa75c..cf2f794 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,11 @@
-before_install:
-    - sudo apt-get update -qq
-    - sudo apt-get install -y libwxgtk3.0-dev libgtk2.0-dev
-    - git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")"
-    - git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")" > ./src/RevisionIdent.h
-language:
-    - cpp
-compiler:
-    - gcc
-script: 
-    - aclocal --install -I m4 && automake && ./configure && make
-    
+sudo: required
+
+services:
+  - docker
+
+script:
+  - wget -O- http://travis.debian.net/script.sh | sh -
+
+branches:
+  except:
+    - /^debian\/\d/
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..aa96de8
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "^\.travis\.yml$"

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list