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
9 lines
254 B
Bash
Executable File
9 lines
254 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# vim: set sw=4 sts=4 ts=4 et tw=80 :
|
|
|
|
docker build -t paludis/exherbo-gcc exherbo/paludis-exherbo-gcc
|
|
docker build -t paludis/exherbo-clang exherbo/paludis-exherbo-clang
|
|
|
|
docker build -t paludis/gentoo-gcc gentoo/paludis-gentoo-gcc
|
|
|