@ashes999 wrote:
I'm trying to build a "hello world" MonoGame project on Linux, which is straight-forward enough. Getting it to work on Travis-CI, not so much.
My problem is that running .
/monogame-sdk.run
asks the user for a confirmation(Y, n)
to install. On Travis-CI, there's no human present to pass in the input.I don't see any command-line arguments like
--install-without-asking
and I couldn't figure out any way to send aY
to the process.Is there any way to make this install without prompting the user?
I found this link on Stack Overflow, but it doesn't seem to work (it's for MonoGame 3.4, and it references
generate.sh
-- plus it doesn't seem to pass anything tomonogame-sdk.run
).You can see a sample build failure here if you are so inclined.
Posts: 1
Participants: 1