can_compile

Check that the app can compile.

Arguments

NameTypeDescriptionRequired

path_to_file

string

Path to the file to compile.

build_command

string

Command to compile the code.

install_command

string

Command to install dependencies.

Example

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

Last updated