Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NI-RUN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michal Štěpánek
NI-RUN
Commits
b8bacfa8
Commit
b8bacfa8
authored
1 year ago
by
Michal Štěpánek
Browse files
Options
Downloads
Patches
Plain Diff
Change CI back to BC interpreter
parent
57ee5e43
No related branches found
Branches containing commit
No related tags found
1 merge request
!5
Task 4 odevzdání
Pipeline
#287730
failed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-61
5 additions, 61 deletions
.gitlab-ci.yml
with
5 additions
and
61 deletions
.gitlab-ci.yml
+
5
−
61
View file @
b8bacfa8
...
...
@@ -3,64 +3,8 @@ image: $CI_REGISTRY/vlasami6/fmltest:master
test
:
script
:
-
make
-
export ASAN_OPTIONS=symbolize=1:debug=1:detect_leaks=1:strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1
-
export FML="$(readlink -f ./fml)"
-
export FML_REF=/cfml/fml
-
/FMLtest/suite bc_compile
hello_world
null
boolean
integer
block_result
variable_scope
variable_scope_weirdness
function_definition_0
function_definition_1
function_definition_2
function_definition_3
function_call_0
function_call_1
function_call_2
function_call_3
function_call
function_scope
function_scope_locals
function_scope_weirdness
assignment
assignment_scope
assignment_scope_weirdness
loop_0
loop_1
loop_null
loop_scope_weirdness
condition_true
condition_false
condition_int
condition_obj
condition_scope
object_fields
object_field_assignment
object_inheritence_definition
object_print
object_methods
object_operators
object_dispatch
loop_n
loop_scope
function_rec
function_value
arrays_basic
arrays_of_objects
array_comprehensions
fibonacci
fizzbuzz_fun
fizzbuzz_loop
stack
roman
brainfuck
# langtons_ant
# sudoku
-
/FMLtest/suite run
brainfuck
# langtons_ant
# sudoku
-
env FML="$(readlink -f ./fml)" FML_REF_BC_INT=/cfml/fml /FMLtest/suite ast_interpret
$(/FMLtest/suite show fml)
-
env FML="$(readlink -f ./fml)" FML_REF_BC_INT=/cfml/fml /FMLtest/suite bc_interpret
$(/FMLtest/suite show bc)
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