mirror of
https://github.com/TokTok/c-toxcore
synced 2026-03-29 09:39:52 +00:00
chore: Disable cirrus. We're out of quota again.
This commit is contained in:
66
.cirrus.yml
66
.cirrus.yml
@@ -1,33 +1,33 @@
|
||||
---
|
||||
freebsd_task:
|
||||
timeout_in: 5m
|
||||
freebsd_instance:
|
||||
image_family: freebsd-14-2
|
||||
configure_script:
|
||||
- PAGER=cat ASSUME_ALWAYS_YES=YES pkg install
|
||||
cmake
|
||||
git
|
||||
gmake
|
||||
googletest
|
||||
libconfig
|
||||
libsodium
|
||||
libvpx
|
||||
ninja
|
||||
opus
|
||||
pkgconf
|
||||
- git submodule update --init --recursive
|
||||
test_all_script:
|
||||
- |
|
||||
# TODO(iphydf): Investigate FreeBSD failures on these tests.
|
||||
sed -Ei -e '/\(dht_nodes_response_api\)/s/^/#/' auto_tests/CMakeLists.txt
|
||||
cmake . \
|
||||
-DMIN_LOGGER_LEVEL=TRACE \
|
||||
-DMUST_BUILD_TOXAV=ON \
|
||||
-DNON_HERMETIC_TESTS=OFF \
|
||||
-DTEST_TIMEOUT_SECONDS=50 \
|
||||
-DUSE_IPV6=OFF \
|
||||
-DAUTOTEST=ON \
|
||||
-GNinja
|
||||
cmake --build . --target install
|
||||
ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:3 ||
|
||||
ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:6
|
||||
# ---
|
||||
# freebsd_task:
|
||||
# timeout_in: 5m
|
||||
# freebsd_instance:
|
||||
# image_family: freebsd-14-2
|
||||
# configure_script:
|
||||
# - PAGER=cat ASSUME_ALWAYS_YES=YES pkg install
|
||||
# cmake
|
||||
# git
|
||||
# gmake
|
||||
# googletest
|
||||
# libconfig
|
||||
# libsodium
|
||||
# libvpx
|
||||
# ninja
|
||||
# opus
|
||||
# pkgconf
|
||||
# - git submodule update --init --recursive
|
||||
# test_all_script:
|
||||
# - |
|
||||
# # TODO(iphydf): Investigate FreeBSD failures on these tests.
|
||||
# sed -Ei -e '/\(dht_nodes_response_api\)/s/^/#/' auto_tests/CMakeLists.txt
|
||||
# cmake . \
|
||||
# -DMIN_LOGGER_LEVEL=TRACE \
|
||||
# -DMUST_BUILD_TOXAV=ON \
|
||||
# -DNON_HERMETIC_TESTS=OFF \
|
||||
# -DTEST_TIMEOUT_SECONDS=50 \
|
||||
# -DUSE_IPV6=OFF \
|
||||
# -DAUTOTEST=ON \
|
||||
# -GNinja
|
||||
# cmake --build . --target install
|
||||
# ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:3 ||
|
||||
# ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:6
|
||||
|
||||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -94,7 +94,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [arm64, x86_64]
|
||||
runs-on: ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-13' }}
|
||||
runs-on: ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-15-intel' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user