[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Add a dir for contrib testing (bc6f51cd)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Dec 5 23:38:24 CET 2019


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/bc6f51cd9af1c2f68c02116910193f1a498cf184

>---------------------------------------------------------------

commit bc6f51cd9af1c2f68c02116910193f1a498cf184
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Dec 5 22:32:38 2019 +0000

    Add a dir for contrib testing


>---------------------------------------------------------------

bc6f51cd9af1c2f68c02116910193f1a498cf184
 contrib/build.lua | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/contrib/build.lua b/contrib/build.lua
new file mode 100644
index 00000000..a5a1e61d
--- /dev/null
+++ b/contrib/build.lua
@@ -0,0 +1,31 @@
+#!/usr/bin/env texlua
+
+-- Build script for contrib packages
+
+-- Identify the bundle and module
+-- Just filler as this is purely a location for tests
+module = "contrib"
+bundle = ""
+
+-- Location of main directory: use Unix-style path separators
+maindir = ".."
+
+-- Non-standard settings
+checkdeps   =
+  {
+    maindir .. "/base",
+    maindir .. "/required/amsmath",
+    maindir .. "/required/graphics",
+    maindir .. "/required/tools"
+  }
+checksearch = true
+
+-- Load the common build code
+dofile(maindir .. "/build-config.lua")
+
+-- Find and run the build system
+kpse.set_program_name("kpsewhich")
+if not release_date then
+  dofile(kpse.lookup("l3build.lua"))
+end
+





More information about the latex3-commits mailing list