Skip to content
Snippets Groups Projects
Commit 90aa8331 authored by Michal Štěpánek's avatar Michal Štěpánek
Browse files

Fix CI

parent 36be2e84
No related branches found
No related tags found
1 merge request!3Task2 odevzdání
Pipeline #262026 passed
......@@ -4,7 +4,7 @@ test:
script:
- make
#- cppcheck --error-exitcode=1 *.c
- env FML="$(readlink -f ./fml)" FML_REF=/cfml/fml /FMLtest/suite ast_interpret
- env FML="$(readlink -f ./fml)" FML_REF_BC_INT=/cfml/fml /FMLtest/suite ast_interpret
$(/FMLtest/suite show fml)
- env FML="$(readlink -f ./fml)" FML_REF=/cfml/fml /FMLtest/suite bc_interpret
$(/FMLtest/suite show bc)
- env FML="$(readlink -f ./fml)" FML_REF_BC_INT=/cfml/fml /FMLtest/suite bc_interpret
$(/FMLtest/suite show bc)
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