InstallerLG icon indicating copy to clipboard operation
InstallerLG copied to clipboard

Native testing

Open polluks opened this issue 6 years ago • 5 comments

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

polluks avatar Sep 19 '18 22:09 polluks

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?

sodero avatar Sep 20 '18 06:09 sodero

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 :-)

polluks avatar Sep 20 '18 07:09 polluks

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 avatar Sep 20 '18 07:09 sodero

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.

sodero avatar Sep 21 '18 07:09 sodero

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.

polluks avatar Sep 21 '18 15:09 polluks