Skip to content
Snippets Groups Projects
Unverified Commit c8ef57e6 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Add a missing double hyphen to grep

parent 1c0155df
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -27,8 +27,8 @@ Typeset example documents:
- cd example
- xetex example.ins
script:
- ls *.tex | grep -v '-xetex-luatex\.tex$' | xargs latexmk -pdflatex -silent
- ls *.tex | grep '-xetex-luatex\.tex$' | xargs latexmk -lualatex -silent
- ls *.tex | grep -v -- '-xetex-luatex\.tex$' | xargs latexmk -pdflatex -silent
- ls *.tex | grep -- '-xetex-luatex\.tex$' | xargs latexmk -lualatex -silent
artifacts:
paths:
- example/*.pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment