As I said above, the compile
and build
commands are NOT run in a shell so you can't use && in them unless you run the shell yourself and pass the command to the -c option of the shell command. The execute
command IS run in a shell, so you can have it compile and run using your command without changing it.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.