Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SA3
SA3LI Trial
Commits
16a3752f
Commit
16a3752f
authored
Apr 08, 2021
by
canterburym
Browse files
Trying new stage order
parent
68234aea
Pipeline
#3189
passed with stages
in 1 minute and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
.gitlab-ci.yml
.gitlab-ci.yml
+3
-10
No files found.
.gitlab-ci.yml
View file @
16a3752f
...
...
@@ -6,37 +6,30 @@ before_script:
stages
:
-
Merge
-
Syntax
-
Compile
-
Lint
-
CompileAndLint
MergeTest
:
stage
:
Merge
needs
:
[]
script
:
-
python3 testing/merge_test.py
checkXSD
:
stage
:
Syntax
needs
:
[]
script
:
-
python3 testing/check_xsd.py
parseASN1
:
stage
:
Syntax
needs
:
[]
script
:
-
python3 testing/parse_asn1.py
compileASN1
:
stage
:
Compile
needs
:
[
Syntax
]
stage
:
CompileAndLint
script
:
-
python3 testing/compile_asn1.py
allow_failure
:
true
lintASN1
:
stage
:
Lint
needs
:
[
Syntax
]
stage
:
CompileAndLint
script
:
-
python3 testing/lint_asn1.py
allow_failure
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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