Skip to content
Snippets Groups Projects
Commit ebf0bd47 authored by Michal Vlasák's avatar Michal Vlasák
Browse files

Add CI

parent ac24b970
No related branches found
No related tags found
Loading
image: $CI_REGISTRY/vlasami6/fmltest:master
test:
script:
- meson setup build
- meson compile -C build
- cppcheck --error-exitcode=1 **.c
- env FML="$(readlink -f fml)" FML_REF_BC_INT=/cfml/fml /FMLtest/suite ast_interpret \
hello_world.fml
......@@ -20,6 +20,8 @@ int main(int argc, char **argv) {
return 1;
}
 
printf("Hello world!\n");
arena_destroy(&arena);
 
return 0;
......
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