can_compile

Check that the app can compile.

Arguments

Example

- name: can_compile
  arguments:
    path_to_file: <path-to-your-file>
    build_command: <your-build-command>
    install_command: <your-install-command>

Last updated