mirror of
https://github.com/TokTok/c-toxcore
synced 2026-04-04 12:55:40 +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
|
||||
|
||||
3
.github/scripts/cmake-osx
vendored
3
.github/scripts/cmake-osx
vendored
@@ -31,6 +31,5 @@ cmake -B_build -H. \
|
||||
|
||||
cd _build # pushd
|
||||
make "-j$NPROC" -k install
|
||||
make "-j$NPROC" test ARGS="-j50" ||
|
||||
make "-j$NPROC" test ARGS="-j50 --rerun-failed" CTEST_OUTPUT_ON_FAILURE=1
|
||||
ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:6
|
||||
cd - # popd
|
||||
|
||||
Reference in New Issue
Block a user