[latex3-commits] [l3svn] branch master updated: Add an additional dependency for siunitx test

noreply at latex-project.org noreply at latex-project.org
Thu Sep 24 12:37:02 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  cdc0798   Add an additional dependency for siunitx test
cdc0798 is described below

commit cdc0798b68fc110d626a3e25eed5bc3538df3d53
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 24 11:36:35 2015 +0100

    Add an additional dependency for siunitx test
    
    This hopefulyl will make Travis work: I'll check and see!
---
 build.lua         |   13 +++++++++++--
 contrib/build.lua |    3 ++-
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/build.lua b/build.lua
index 1511e16..9e38719 100644
--- a/build.lua
+++ b/build.lua
@@ -8,7 +8,16 @@ module  = ""
 
 -- A couple of custom variables: the order here is set up for 'importance'
 bundles      = {"l3build", "l3kernel", "l3packages", "l3experimental", "l3trial"}
-checkbundles = {"l3build", "l3kernel", "l3packages", "l3experimental", "xpackages/xor", "l3trial"}
+checkbundles =
+  {
+    "l3build",
+    "l3kernel",
+    "l3packages",
+    "l3experimental",
+    "xpackages/xor",
+    "l3trial",
+    "contrib"
+  }
 ctanbundles  = {"l3build", "l3kernel", "l3packages", "l3experimental"}
 
 -- Location of main directory: use Unix-style path separators
@@ -48,7 +57,7 @@ function main (target)
     end
     return errorlevel
   end
-  local errorlevel 
+  local errorlevel
   if target == "check" then
     errorlevel = dobundles(checkbundles, "check")
   elseif target == "clean" then
diff --git a/contrib/build.lua b/contrib/build.lua
index 8df8597..e5ab0d0 100644
--- a/contrib/build.lua
+++ b/contrib/build.lua
@@ -15,7 +15,8 @@ checkdeps   =
   {
     maindir .. "/l3build",
     maindir .. "/l3kernel",
-    maindir .. "/l3packages/xparse"
+    maindir .. "/l3packages/xparse",
+    maindir .. "/l3packages/l3keys2e"
   }
 checksearch = true
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list