mirror of
https://github.com/TokTok/c-toxcore
synced 2026-04-05 14:45:39 +00:00
cleanup: Make Networking_Core pointer-to-const where possible.
This commit is contained in:
3
.github/scripts/cmake-linux
vendored
3
.github/scripts/cmake-linux
vendored
@@ -33,6 +33,5 @@ cmake -B_build -H. -GNinja \
|
||||
cmake --build _build --parallel "$NPROC" --target install -- -k 0
|
||||
|
||||
cd _build # pushd
|
||||
ctest -j50 --output-on-failure ||
|
||||
ctest -j50 --output-on-failure --rerun-failed
|
||||
ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:6
|
||||
cd - # popd
|
||||
|
||||
Reference in New Issue
Block a user