Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Profiterole
SRCMF-UD
Commits
08ef73bf
Commit
08ef73bf
authored
Sep 21, 2020
by
Loïc Grobol
Browse files
tentative validate stage
parent
5a0fb6b2
Pipeline
#2440
failed with stages
in 4 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
08ef73bf
default
:
image
:
python:latest
before_script
:
before_script
:
&default_before
-
python -V
# Print out python version for debugging
-
python -m pip install -U pip virtualenv
-
python -m virtualenv .venv
-
source .venv/bin/activate
-
python -m pip install -U -r requirements.txt
stages
:
-
lint
-
build
variables
:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
...
...
@@ -22,4 +27,15 @@ split:
expose_as
:
"
UD
standard
split"
name
:
"
UD_Old_French-SRCMF-$CI_COMMIT_REF_NAME"
paths
:
-
"
local/UD_Old_French-SRCMF/"
\ No newline at end of file
-
"
local/UD_Old_French-SRCMF/"
validate
:
stage
:
"
lint"
before_script
:
-
*default_before
-
git clone --depth 1 https://github.com/UniversalDependencies/tools.git
-
python -m pip install regex
script
:
-
python tools/validate.py --lang fro corpus/*conllu
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment