Compiler test scripts: added clang
This commit is contained in:
4
scripts/compiler_tests/clang/Dockerfile
Normal file
4
scripts/compiler_tests/clang/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM p2pool_compiler_tests_ubuntu
|
||||
ARG P2POOL_VERSION GCC_VERSION
|
||||
ADD test.sh /p2pool/
|
||||
RUN /p2pool/test.sh ${P2POOL_VERSION} ${GCC_VERSION}
|
||||
Reference in New Issue
Block a user