Building inside msys
Is there a recommended way to enter a msys shell and build inside it? I've tried this in appveyor.yml:
- cd C:\msys\1.0\bin\
- sh --login -i
But it stops after the login to the shell and doesn't execute any downstream commands.
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 16 Dec, 2014 09:18 PM
Hi Chris,
Look at how it's done for Julia project: https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.639...
Maybe you should pass a script to
sh
because-i
means the shell is interactive.2 Posted by tony on 17 Dec, 2014 12:24 AM
As Feodor pointed out, I'd recommend making a separate .sh script where you execute the commands you want to run in msys.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:50 AM.