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

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