Exheredludis/ci/docker/exherbo/paludis-exherbo-clang/build.sh
Marvin Schmidt 6afb441957 ci: Add clang based build for Exherbo
Allow the tests to fail for now, since all tests involving python fail
for some reason when using Clang. I'll hunt this down, but like to have
a CI job for this in place before
2019-04-19 15:30:41 +02:00

10 lines
155 B
Bash
Executable File

#!/usr/bin/env bash
# vim: set sw=4 sts=4 ts=4 et tw=80 :
docker build \
--no-cache \
--pull \
--rm \
--tag paludis/exherbo-clang \
.