mirror of
https://github.com/znc/znc.git
synced 2026-08-10 02:43:05 +02:00
CI: parallelize integration test
I'm not sure whether 'make inttest' should do this or not
This commit is contained in:
+4
-1
@@ -31,8 +31,11 @@ env LLVM_PROFILE_FILE="$PWD/unittest.profraw" make VERBOSE=1 unittest
|
||||
sudo make install
|
||||
/usr/local/bin/znc --version
|
||||
|
||||
git clone --depth=1 https://github.com/google/gtest-parallel
|
||||
make VERBOSE=1 inttest_bin
|
||||
|
||||
# TODO: use DEVEL_COVER_OPTIONS for https://metacpan.org/pod/Devel::Cover
|
||||
env LLVM_PROFILE_FILE="$PWD/inttest.profraw" ZNC_MODPERL_COVERAGE_OPTS="-db,$PWD/cover_db" PYTHONWARNINGS=error make VERBOSE=1 inttest
|
||||
env LLVM_PROFILE_FILE="$PWD/inttest.profraw" ZNC_MODPERL_COVERAGE_OPTS="-db,$PWD/cover_db" PYTHONWARNINGS=error gtest-parallel/gtest-parallel test/integration/inttest
|
||||
ls -lRa
|
||||
|
||||
~/perl5/bin/cover --no-gcov --report=clover
|
||||
|
||||
Reference in New Issue
Block a user