Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

questionable data in travis log #55

Closed
FrankMittelbach opened this issue Feb 19, 2018 · 2 comments
Closed

questionable data in travis log #55

FrankMittelbach opened this issue Feb 19, 2018 · 2 comments
Assignees

Comments

@FrankMittelbach
Copy link
Member

Looking into the travis log after uploading some code to latex2e I saw the following section:

Running script build.lua with target "check" for module doc
usage: build.lua <command> [<options>] [<names>]
The most commonly used l3build commands are:
   check      Run all automated tests
   clean      Clean out directory tree
   ctan       Create CTAN-ready archive
   doc        Typesets all documentation files
   install    Installs files into the local texmf tree
   save       Saves test validation log
   setversion Update version information in sources
   uninstall  Uninstalls files from the local texmf tree
   unpack     Unpacks the source files into the build tree
Valid options are:
   --config|-c        Sets the config(s) used for running tests
   --date             Sets the date to insert into sources
   --dry-run          Dry run for install
   --engine|-e        Sets the engine(s) to use for running test
   --epoch            Sets the epoch for tests and typesetting
   --first            Name of first test to run
   --force|-f         Force tests to run if engine is not set up
   --halt-on-error|-H Stops running tests after the first failure
   --last             Name of last test to run
   --pdf|-p           Check/save PDF files
   --quiet|-q         Suppresses TeX output when unpacking
   --rerun            Skip setup: simply rerun tests
   --shuffle          Shuffle order of tests
   --texmfhome        Location of user texmf tree
   --version|-v       Sets the version to insert into sources
See l3build.pdf for further details.
Running script build.lua with target "check" for module required/cyrillic

might be nicer if the build.lua in the latex2e/doc directory has a "check" target or that the the target is not called for that module or that we find a way to avoid these handwritten build files in the first place.

@josephwright
Copy link
Member

This is probably historical: I wrote some custom code in the build.lua file to cut down on targets, but that is now not really needed. I'll double-check then remove.

@josephwright
Copy link
Member

@FrankMittelbach BTW, this one is specific to LaTeX 2e: I'll close here and open one there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants