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

Fix globbing in POSIX shell

parent d2d1a842
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,6 @@ test: ...@@ -4,6 +4,6 @@ test:
script: script:
- meson setup build - meson setup build
- meson compile -C build - meson compile -C build
- cppcheck --error-exitcode=1 **.c - cppcheck --error-exitcode=1 *.c
- env FML="$(readlink -f ./build/fml)" FML_REF_BC_INT=/cfml/fml /FMLtest/suite ast_interpret - env FML="$(readlink -f ./build/fml)" FML_REF_BC_INT=/cfml/fml /FMLtest/suite ast_interpret
hello_world.fml hello_world.fml
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