-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
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? |
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 :-) |
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 :) |
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. |
I'm using vbcc for 68k, right now there are some gcc and Posix dependencies in your code. |
I made some progress with http://aminet.net/package/util/shell/UnixDirsII
but how do you turn off the GUI?
The text was updated successfully, but these errors were encountered: