Skip to content
Snippets Groups Projects
.gitlab-ci.yml 617 B
Newer Older
Michal Vlasák's avatar
Michal Vlasák committed
image: $CI_REGISTRY/vlasami6/fmltest:master

test:
  script:
    - meson setup build
    - meson compile -C build
    - cppcheck --error-exitcode=1 *.c
Michal Vlasák's avatar
Michal Vlasák committed
    - env FML="$(readlink -f ./build/fml)" FML_REF_BC_INT=/cfml/fml /FMLtest/suite ast_interpret
michal's avatar
michal committed
        # hello_world.fml
        hello_world
        literals
        variables
        conditionals
        loops
        functions
        function_value
        builtins
        # arrays
        # iterator
        # fibonacci
        # fizzbuzz_fun
        # fizzbuzz_loop
        # roman
        # stack
        # brainfuck
        # langtons_ant
        #sudoku