6afb441957
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
10 lines
155 B
Bash
Executable File
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 \
|
|
.
|