Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native testing #8

Open
polluks opened this issue Sep 19, 2018 · 5 comments
Open

Native testing #8

polluks opened this issue Sep 19, 2018 · 5 comments

Comments

@polluks
Copy link
Collaborator

polluks commented Sep 19, 2018

I made some progress with http://aminet.net/package/util/shell/UnixDirsII
but how do you turn off the GUI?

@sodero
Copy link
Owner

sodero commented Sep 20, 2018

It's not possible to do that right now, but it should be trivial to fix. Do you know how this is done in the CBM implementation?

@polluks
Copy link
Collaborator Author

polluks commented Sep 20, 2018

Hmm, I suppose the CBM installer will always be, even with DEFUSER, interactive. At least I would like to see the results of the MorphOS installer, a small challenge :-)

@sodero
Copy link
Owner

sodero commented Sep 20, 2018

Does the MorphOS installer support this? If so, I can implement the same solution. If not, what solution would you prefer? A tooltype? Commandline argument? A variable, let's say '@silent'?

Of course, if you execute your script on Linux or MacOS, you won't get any GUI. You'll get some strange test output though :)

@sodero
Copy link
Owner

sodero commented Sep 21, 2018

Do you cross-compile for 68k? It would be great if you could upload your builds as release artefacts. I'm curious how it performs on 68k and I still haven't had the time to set up a cross-compiler.

@polluks
Copy link
Collaborator Author

polluks commented Sep 21, 2018

I'm using vbcc for 68k, right now there are some gcc and Posix dependencies in your code.
BTW MorphOS' installer wants always a confirmation query if you send a break, silly.

sodero pushed a commit that referenced this issue Jun 30, 2020
Sync with sodero/InstallerLG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants