crosstool-ng/testing/docker/common-scripts/ctng-build-sample
Alexey Neyman d40237cba4 Add a Dockerfile for Alpine Linux 3.8
Signed-off-by: Alexey Neyman <stilor@att.net>
2019-02-22 00:21:14 -08:00

7 lines
118 B
Bash
Executable File

#!/bin/bash --login
# Use --login to ensure /etc/profile is read
set -e
cd work
ct-ng build-all ${1+CT_SAMPLES="$*"}