Add docker container.

Because clang is outdated on many of my other machines.
This commit is contained in:
Kyle Isom
2017-12-22 13:54:03 -08:00
parent fff6ec6cba
commit cbb1f78f27
2 changed files with 30 additions and 0 deletions

5
cxe Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
CONTAINER="{CONTAINER:-cc-build:latest}"
docker run -i -t -v $(pwd):/workspace ${CONTAINER} bash