Check that the app can compile.
- name: can_compile arguments: path_to_file: <path-to-your-file> build_command: <your-build-command> install_command: <your-install-command>
Last updated 6 months ago
path_to_file
string
Path to the file to compile.
build_command
Command to compile the code.
install_command
Command to install dependencies.