Skip to content
Snippets Groups Projects
.gitlab-ci.yml 273 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:
        - 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 Vlasák's avatar
    Michal Vlasák committed
            hello_world.fml