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-26 07:51:06 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
49b71e71d6
crosstool-ng
/
testing
/
docker
/
common-scripts
/
ctng-build-sample
6 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Testing works for archlinux docker Signed-off-by: Alexey Neyman <stilor@att.net>
2018-04-16 03:23:33 +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
ct-ng build-all ${1+CT_SAMPLES="$*"}
Reference in New Issue
Copy Permalink