Files
p2pool-salvium/scripts/compiler_tests/clang/test.sh

11 lines
204 B
Bash
Raw Normal View History

2025-07-06 22:47:18 +02:00
#!/bin/sh
cd /p2pool
git fetch --jobs=$(nproc)
git checkout $1
git submodule update --recursive --jobs $(nproc)
export COMPILER="-DCMAKE_C_COMPILER=clang-$2 -DCMAKE_CXX_COMPILER=clang++-$2"
2025-07-06 22:47:18 +02:00
./test2.sh