Redirection < NUL required
I had to add a redirection < NUL in my build script, or else CLISP wouldn't work when called from cygwin make.
Failing build: https://ci.appveyor.com/project/larsbrinkhoff/appveyor-test/build/25
Working build: https://ci.appveyor.com/project/larsbrinkhoff/appveyor-test/build/27
Not sure if the problem is with AppVeyor, cygwin, or CLISP.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 22 Oct, 2014 05:48 PM
Let's assume it's a problem with cygwin :)
Anyway, thanks for tip! It will help someone else using cygwin.
2 Posted by Lars Brinkhoff on 23 Oct, 2014 06:06 AM
The workaround is good enough for me, but it makes me wonder what STDIN normally is for the build_script?
Support Staff 3 Posted by Feodor Fitsner on 23 Oct, 2014 05:49 PM
STDIN is set to
STD_INPUT_HANDLE
(-10): http://msdn.microsoft.com/en-ca/library/windows/desktop/ms683231(v=...Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:49 AM.