texlive[46419] Build/source/.travis.yml: add .travis.yml

commits+preining at tug.org commits+preining at tug.org
Wed Jan 24 01:27:49 CET 2018


Revision: 46419
          http://tug.org/svn/texlive?view=revision&revision=46419
Author:   preining
Date:     2018-01-24 01:27:49 +0100 (Wed, 24 Jan 2018)
Log Message:
-----------
add .travis.yml

Added Paths:
-----------
    trunk/Build/source/.travis.yml

Added: trunk/Build/source/.travis.yml
===================================================================
--- trunk/Build/source/.travis.yml	                        (rev 0)
+++ trunk/Build/source/.travis.yml	2018-01-24 00:27:49 UTC (rev 46419)
@@ -0,0 +1,24 @@
+# .travis.yml for texlive-source CI building
+# Norbert Preining
+# Public Domain
+#
+# This file controls CI testing on Travis-CI 
+# https://travis-ci.org/TeX-Live/texlive-source/
+# via a git-svn checkout of the TeX Live source directory
+# which is pushed to Github
+# https://github.com/TeX-Live/texlive-source
+# The cron job that does the git svn up and git push is
+# running on texlive.info
+#
+
+language: c
+
+before_script:
+  - find . -name \*.info -exec touch '{}' \;
+
+before_install:
+  - sudo apt-get -qq update
+  - sudo apt-get install -y libfontconfig-dev libx11-dev libxmu-dev libxaw7-dev
+
+script: ./Build
+



More information about the tex-live-commits mailing list