Skip to content
Snippets Groups Projects
.gitlab-ci.yml 578 B
Newer Older
  • Learn to ignore specific revisions
  • 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
    
            $(/FMLtest/suite show fml)
            #hello_world
            #literals
            #variables
            #conditionals
            #loops
            #functions
            #function_value
            #builtins
            #arrays
            #iterator
            #fibonacci
            #fizzbuzz_fun
            #fizzbuzz_loop
            #roman
            #stack
            #brainfuck
            #langtons_ant
            #sudoku