Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
My-CV
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Service Desk
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
Dmytro Bogatov
My-CV
Commits
82440444
Commit
82440444
authored
Feb 8, 2022
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Fixes.
parent
0d2fdbf2
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#24917
passed
Mar 5, 2022
Stage: lint
Stage: build
Stage: test
Stage: release
Stage: deploy
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
.vscode/cSpell.json
+35
-34
35 additions, 34 deletions
.vscode/cSpell.json
document/sections/referees.tex
+1
-1
1 addition, 1 deletion
document/sections/referees.tex
test.sh
+7
-2
7 additions, 2 deletions
test.sh
with
44 additions
and
38 deletions
.gitlab-ci.yml
+
1
−
1
View file @
82440444
...
...
@@ -10,7 +10,7 @@ stages:
variables
:
AUTHPASSWORD
:
"
example"
# change to "" (empty string) to disable authentication
# username is always "review" (without quotes)
CI_REF
:
&ref
e
92
27a8c6359ba4d650a5b967a8a7e43fbc65e27
CI_REF
:
&ref
f
92
835f32065850eae5c2de6acfcd1c8a68893de
include
:
# VARIABLES
...
...
This diff is collapsed.
Click to expand it.
.vscode/cSpell.json
+
35
−
34
View file @
82440444
...
...
@@ -29,7 +29,8 @@
"Shevastream"
,
"Shrewsbury"
,
"SIGMOD"
,
"VLDB"
"VLDB"
,
"TDSC"
],
"flagWords"
:
[]
}
This diff is collapsed.
Click to expand it.
document/sections/referees.tex
+
1
−
1
View file @
82440444
% cSpell:ignore gkollios rundenst Athanassoulis
% cSpell:ignore gkollios rundenst Athanassoulis
AAAAJ AAAAAJ KRXB
\sectionTitle
{
Referees
}{
\faQuoteLeft
}
\begin{referees}
...
...
This diff is collapsed.
Click to expand it.
test.sh
+
7
−
2
View file @
82440444
...
...
@@ -10,7 +10,7 @@ CWD=$(pwd)
echo
">>> Testing CHKTEX..."
chktex
-eall
-n22
-n46
-n30
-n3
-e16
-I0
-v2
-o
chktex.out document/
**
/
*
.tex document/
*
.tex &> /dev/null
chktex
-eall
-n22
-n2
-n46
-n30
-n3
-e16
-I0
-v2
-o
chktex.out document/
**
/
*
.tex document/
*
.tex &> /dev/null
cat
chktex.out
if
[
-s
chktex.out
]
;
then
...
...
@@ -37,7 +37,12 @@ done
echo
">>> Testing CSPELL..."
if
cspell
-V
;
then
cspell
-c
.vscode/cSpell.json document/
**
/
*
.tex document/
*
.tex
else
echo
"Will use Docker. Or install with: npm install -g cspell"
docker run
-it
-v
"
$(
pwd
)
"
:/code
--entrypoint
/bin/bash dbogatov/docker-images:cspell-latest
-c
"cd /code && cspell -c .vscode/cSpell.json document/**/*.tex document/*.tex"
fi
if
[[
$?
!=
0
]]
;
then
...
...
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
register
or
sign in
to comment