Available packages and directory list
Is there a file which shows all the current packages and directory setup available on each build type?
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 10 Dec, 2014 10:44 PM
Hi Chris,
What do you mean by "build type"?
-Feodor
2 Posted by Chris Mitchell on 11 Dec, 2014 01:32 AM
I mean like unstaged, windows server, etc.
Sent from my phone
Support Staff 3 Posted by Feodor Fitsner on 11 Dec, 2014 01:34 AM
This one: http://www.appveyor.com/docs/installed-software ?
4 Posted by Chris Mitchell on 11 Dec, 2014 02:30 AM
I meant in particular unstaged, i was hoping i didn't need to have the
command to spit out all the paths from powershell.
Sent from my phone
Support Staff 5 Posted by Feodor Fitsner on 11 Dec, 2014 02:34 AM
Could you give me an example of u staged package?
-Feodor
6 Posted by Chris Mitchell on 15 Dec, 2014 08:43 PM
I guess it's easier to just say what I want to do. I want to use the msys shell, I can do that by entering sh --login -i within the msys/bin directory. However, I have no idea where that directory is. Other posts alluded to C:\msys\bin -- but cd'ing into there gives me this error in my script:
The system cannot find the path specified.
So I would like to know all the paths for pre-installed software on the unstable branch (and if this is constantly updated at any url)
Support Staff 7 Posted by Feodor Fitsner on 16 Dec, 2014 05:33 PM
msys is available on "unstable" build worker image: http://help.appveyor.com/discussions/questions/629-opencv-is-it-pos...
8 Posted by Chris Mitchell on 16 Dec, 2014 05:41 PM
That's where I saw the post about the directory for msys, however msys/bin
does not appear to be a valid directory as indicated by: The system cannot
find the path specified.
Support Staff 9 Posted by Feodor Fitsner on 16 Dec, 2014 08:21 PM
It's
c:\msys\1.0
10 Posted by Chris Mitchell on 16 Dec, 2014 08:33 PM
Thanks, is it possible to have a directory dump available online for future
reference?
Support Staff 11 Posted by Feodor Fitsner on 16 Dec, 2014 09:14 PM
Well, full dump could be overkill in size. You can just add
dir <something>
to your build script.12 Posted by tony on 17 Dec, 2014 12:30 AM
Also note that since command-line git on Windows depends on msys, there is already a version of sh.exe on the path of the appveyor workers. It's a slightly cut-down and out-of-date version of msys that comes with git for Windows, but you can usually download whetever extra files you need.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:50 AM.