-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Allow compiling packages in a CI environment #74
Conversation
Would |
Nice suggestion, thanks. I've updated the commands to use a |
…need to specify it
@GITSKayDomrose do you know how other build tools handle this? |
Jest has an I think there should be a dedicated "no-interaction"-mode that could be triggered with a flag or set automatically with |
What changes are required to get this merged in? |
@mpociot any chance we could get this merged? It's blocking the larajobs desktop notifier from being able to be compiled for release ❤️ |
Oh definitely. Sorry for the delay |
Currently, we're unable to compile a NativePHP application in a CI environment (ie GitHub Actions) because dev/tty is not writable.
This change introduces a new
--ci
flag to the following commands:This fixes NativePHP/laravel#179 and allows compiling in a CI environment