Compare commits
No commits in common. "d453982acf2b13c8cb5d4c1c41c30ff53fa249eb" and "ecd2d7b8b64264d086395a1a80220116c26af458" have entirely different histories.
d453982acf
...
ecd2d7b8b6
2 changed files with 0 additions and 5 deletions
|
@ -27,7 +27,6 @@ RUN clang --version \
|
||||||
&& g++ --version \
|
&& g++ --version \
|
||||||
&& clang --version \
|
&& clang --version \
|
||||||
&& clang-tidy --version \
|
&& clang-tidy --version \
|
||||||
&& which ninja \
|
|
||||||
&& ninja --version \
|
&& ninja --version \
|
||||||
&& mold --version
|
&& mold --version
|
||||||
|
|
||||||
|
|
|
@ -4,19 +4,15 @@ set -e
|
||||||
|
|
||||||
IMAGE_DIR="$(git rev-parse --show-toplevel)/tools/ci/images"
|
IMAGE_DIR="$(git rev-parse --show-toplevel)/tools/ci/images"
|
||||||
|
|
||||||
echo "==> Building image: clang format"
|
|
||||||
cd "$IMAGE_DIR/clang_format"
|
cd "$IMAGE_DIR/clang_format"
|
||||||
docker build -t clang_format .
|
docker build -t clang_format .
|
||||||
|
|
||||||
echo "==> Building image: static analysis"
|
|
||||||
cd "$IMAGE_DIR/static_analysis"
|
cd "$IMAGE_DIR/static_analysis"
|
||||||
docker build -t static_analysis .
|
docker build -t static_analysis .
|
||||||
|
|
||||||
echo "==> Building image: unit tests"
|
|
||||||
cd "$IMAGE_DIR/unit_tests"
|
cd "$IMAGE_DIR/unit_tests"
|
||||||
docker build -t unit_tests .
|
docker build -t unit_tests .
|
||||||
|
|
||||||
echo "==> Building image: valgrind"
|
|
||||||
cd "$IMAGE_DIR/valgrind"
|
cd "$IMAGE_DIR/valgrind"
|
||||||
docker build -t valgrind .
|
docker build -t valgrind .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue