update toxcore Merge commit '3b6bb15e867a5f3895773554b1cfa928fcfd3e8f'
This commit is contained in:
@ -42,6 +42,7 @@ RUN "cmake -B_build -Hc-toxcore \
|
||||
-DCMAKE_EXE_LINKER_FLAGS='$LD_FLAGS' \
|
||||
-DCMAKE_SHARED_LINKER_FLAGS='$LD_FLAGS' \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH='_install' \
|
||||
-DENABLE_SHARED=OFF \
|
||||
-DMIN_LOGGER_LEVEL=TRACE \
|
||||
-DMUST_BUILD_TOXAV=ON \
|
||||
-DNON_HERMETIC_TESTS=ON \
|
||||
|
@ -127,6 +127,7 @@ jobs:
|
||||
libopus
|
||||
libsodium
|
||||
libvpx
|
||||
ninja
|
||||
pkg-config
|
||||
|
||||
run: |
|
||||
@ -138,7 +139,8 @@ jobs:
|
||||
-DNON_HERMETIC_TESTS=ON \
|
||||
-DTEST_TIMEOUT_SECONDS=90 \
|
||||
-DUSE_IPV6=OFF \
|
||||
-DAUTOTEST=ON
|
||||
-DAUTOTEST=ON \
|
||||
-GNinja
|
||||
cmake --build . --target install
|
||||
ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:6
|
||||
|
||||
@ -163,6 +165,7 @@ jobs:
|
||||
libconfig
|
||||
libsodium
|
||||
libvpx
|
||||
ninja
|
||||
opus
|
||||
pkgconf
|
||||
|
||||
@ -175,7 +178,8 @@ jobs:
|
||||
-DNON_HERMETIC_TESTS=ON \
|
||||
-DTEST_TIMEOUT_SECONDS=50 \
|
||||
-DUSE_IPV6=OFF \
|
||||
-DAUTOTEST=ON
|
||||
-DAUTOTEST=ON \
|
||||
-GNinja
|
||||
cmake --build . --target install
|
||||
ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:6
|
||||
|
||||
|
Reference in New Issue
Block a user