Skip to content
Snippets Groups Projects
Commit ce8f1598 authored by Michal Štěpánek's avatar Michal Štěpánek
Browse files

Modify CI

parent 485c3981
No related branches found
No related tags found
1 merge request!1Task1 odevzdání
Pipeline #258178 passed
......@@ -2,11 +2,9 @@ image: $CI_REGISTRY/vlasami6/fmltest:master
 
test:
script:
- meson setup build
- meson compile -C build
- cppcheck --error-exitcode=1 *.c
- env FML="$(readlink -f ./build/fml)" FML_REF_BC_INT=/cfml/fml /FMLtest/suite ast_interpret
# hello_world.fml
- make
#- cppcheck --error-exitcode=1 *.c
- env FML="$(readlink -f ./fml)" FML_REF_BC_INT=/cfml/fml /FMLtest/suite ast_interpret
hello_world
literals
variables
......@@ -15,13 +13,13 @@ test:
functions
function_value
builtins
# arrays
# iterator
# fibonacci
# fizzbuzz_fun
# fizzbuzz_loop
# roman
# stack
# brainfuck
# langtons_ant
#sudoku
arrays
iterator
fibonacci
fizzbuzz_fun
fizzbuzz_loop
roman
stack
brainfuck
langtons_ant
sudoku
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment