Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Latex-Report
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Templates
Latex-Report
Commits
3886c13c
Commit
3886c13c
authored
Aug 15, 2021
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Test new bad chars + bibfile.
parent
82034f40
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#22049
failed
Aug 15, 2021
Stage: lint
Stage: build
Stage: test
Stage: release
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+28
-4
28 additions, 4 deletions
.gitlab-ci.yml
document/bibfile.bib
+1
-1
1 addition, 1 deletion
document/bibfile.bib
test.sh
+1
-1
1 addition, 1 deletion
test.sh
with
30 additions
and
6 deletions
.gitlab-ci.yml
+
28
−
4
View file @
3886c13c
...
...
@@ -33,10 +33,10 @@ include:
file
:
"
latex/chktex.yml"
ref
:
*ref
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex/cspell.yml
-
project
:
"
templates/ci-snippets"
file
:
"
latex/cspell.yml"
ref
:
*ref
#
#
https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex/cspell.yml
#
- project: "templates/ci-snippets"
#
file: "latex/cspell.yml"
#
ref: *ref
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex-report/metrics.yml
-
project
:
"
templates/ci-snippets"
...
...
@@ -88,6 +88,30 @@ include:
file
:
"
latex/pages.yml"
ref
:
*ref
cspell
:
image
:
dbogatov/docker-images:cspell-latest
stage
:
lint
script
:
-
cspell -c .vscode/cSpell.json $LATEX_SRC/**/*.tex $LATEX_SRC/*.tex *.tex
-
|
for character in " ̈" "„" "“" "–" "’"
do
echo ">>>> Checking $character "
! grep -n $character $LATEX_SRC/**/*.tex $LATEX_SRC/*.tex $LATEX_SRC/*.bib
if [[ $? != 0 ]];
then
echo ">>> FAIL"
exit 1
fi
done
rules
:
-
if
:
"
$DISABLE_REGULAR_PIPELINE"
when
:
never
-
when
:
on_success
tags
:
-
docker
# Uncomment to enable deletion of artifacts of previous jobs
# artifacts:
...
...
...
...
This diff is collapsed.
Click to expand it.
document/bibfile.bib
+
1
−
1
View file @
3886c13c
...
...
@@ -6,5 +6,5 @@ https://eprint.iacr.org/2015/1125.pdf
booktitle
=
{Fast Software Encryption}
,
year
=
{2016}
,
publisher
=
{Springer Berlin Heidelberg}
,
pages
=
{474
--
493}
pages
=
{474
–
493}
}
This diff is collapsed.
Click to expand it.
test.sh
+
1
−
1
View file @
3886c13c
...
...
@@ -23,7 +23,7 @@ fi
echo
">>> Testing special characters..."
for
character
in
" ̈"
"„"
"“"
"–"
for
character
in
" ̈"
"„"
"“"
"–"
"’"
do
echo
">>>> Checking
$character
"
!
grep
-n
$character
document/
**
/
*
.tex document/
*
.tex
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment