Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
mjtest-tests
Commits
55e48479
Commit
55e48479
authored
Nov 11, 2021
by
uxrog
Browse files
Add AST tests to Flammenwehrfer ™
parent
5330208f
Pipeline
#176091
failed with stage
in 6 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
flammenwehrfer.sh
View file @
55e48479
...
...
@@ -32,7 +32,7 @@ GITHUB_URL="https://api.github.com/repos/$GITHUB_PATH"
# | | __/\__ \ |_| | | | | (_| | _ _ _
# |_|\___||___/\__|_|_| |_|\__, | (_) (_) (_)
# |___/
MJ_OUTPUT
=
"
$(
/mjtest/mjt.py lexer syntax /compiler-under-test/run 2>&1
)
"
MJ_OUTPUT
=
"
$(
/mjtest/mjt.py lexer syntax
ast
/compiler-under-test/run 2>&1
)
"
MJ_EXIT_CODE
=
"
$?
"
if
[[
"
$USE_FLAMMENWEHRFER
"
!=
1
]]
||
[[
"
$CI_COMMIT_BRANCH
"
!=
"master"
]]
;
then
...
...
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