Quantcast
Channel: Community | MonoGame - Latest topics
Viewing all articles
Browse latest Browse all 6821

Running monogame-sdk.run on Linux without confirmation (Travis-CI)

$
0
0

@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 a Y 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 to monogame-sdk.run).

You can see a sample build failure here if you are so inclined.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 6821

Trending Articles