language: c python: - "3.6" compiler: - gcc before_script: - git submodule update --init libft - git submodule update --init minishell_test script: - make - cd minishell_test && ./run