This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
crosstool-ng
Watch
1
Star
0
Fork
0
You've already forked crosstool-ng
mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced
2024-12-29 09:08:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9b9e5c4162
crosstool-ng
/
testing
/
docker
/
common-scripts
/
ctng-install
8 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
First stab at docker-based test framework Signed-off-by: Alexey Neyman <stilor@att.net>
2018-04-15 21:29:09 +00:00
#!/bin/bash
set -e
Change the layout a bit ... to a more natural installation paths, and also include ct-ng into $PATH in the containers. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-10-28 17:44:22 +00:00
cd work
/crosstool-ng/configure --prefix=/opt/ctng
First stab at docker-based test framework Signed-off-by: Alexey Neyman <stilor@att.net>
2018-04-15 21:29:09 +00:00
make
make install
Reference in New Issue
Copy Permalink