From ca0aeba30272302f83c1ba1a24a907b7225d2531 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 24 Jan 2018 00:27:49 +0000 Subject: add .travis.yml git-svn-id: svn://tug.org/texlive/trunk@46419 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/.travis.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Build/source/.travis.yml diff --git a/Build/source/.travis.yml b/Build/source/.travis.yml new file mode 100644 index 00000000000..3417772c639 --- /dev/null +++ b/Build/source/.travis.yml @@ -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 + -- cgit v1.2.3