Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SA3
SA3LI Trial
Commits
ffd20f24
Commit
ffd20f24
authored
Mar 29, 2021
by
canterburym
Browse files
Adding trial merge test
parent
b2aeb934
Pipeline
#3129
passed with stages
in 1 minute and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ffd20f24
...
...
@@ -7,6 +7,7 @@ stages:
-
Syntax
-
Lint
-
Compile
-
MergeTest
parseASN1
:
stage
:
Syntax
...
...
@@ -30,3 +31,8 @@ compileASN1:
-
python3 testing/compile_asn1.py
allow_failure
:
true
MergeTest
:
stage
:
MergeTest
script
:
-
python3 testing/merge_test.py
allow_failure
:
true
testing/merge_test.py
0 → 100644
View file @
ffd20f24
print
(
"Hello world"
)
\ No newline at end of file
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