2020-04-25 07:51:27 +08:00
|
|
|
---
|
2020-04-25 22:10:30 +08:00
|
|
|
_extends: .github
|
2020-04-25 07:51:27 +08:00
|
|
|
|
|
|
|
repository:
|
|
|
|
name: c-toxcore
|
|
|
|
description: The future of online communications.
|
|
|
|
homepage: https://tox.chat/
|
|
|
|
topics: toxcore, network, p2p, security, encryption, cryptography
|
|
|
|
|
|
|
|
branches:
|
|
|
|
- name: "master"
|
|
|
|
protection:
|
|
|
|
required_status_checks:
|
|
|
|
contexts:
|
2023-12-27 20:19:53 +08:00
|
|
|
- "analysis (autotools)"
|
|
|
|
- "analysis (clang-tidy)"
|
|
|
|
- "analysis (compcert)"
|
|
|
|
- "analysis (cppcheck)"
|
|
|
|
- "analysis (doxygen)"
|
|
|
|
- "analysis (misra)"
|
|
|
|
- "analysis (tcc)"
|
|
|
|
- "analysis (tokstyle)"
|
2022-01-30 06:20:03 +08:00
|
|
|
- "bazel-dbg"
|
|
|
|
- "bazel-opt"
|
2023-11-23 18:56:32 +08:00
|
|
|
- "build-android"
|
2022-01-01 11:03:26 +08:00
|
|
|
- "build-macos"
|
2023-12-27 20:19:53 +08:00
|
|
|
- "build-windows (32)"
|
|
|
|
- "build-windows (64)"
|
2020-04-25 07:51:27 +08:00
|
|
|
- "ci/circleci: asan"
|
2023-11-23 18:56:32 +08:00
|
|
|
- "ci/circleci: bazel-asan"
|
|
|
|
- "ci/circleci: bazel-msan"
|
|
|
|
- "ci/circleci: bazel-tsan"
|
2022-01-14 08:28:06 +08:00
|
|
|
- "ci/circleci: clang-analyze"
|
2022-01-18 01:12:05 +08:00
|
|
|
- "ci/circleci: cpplint"
|
2021-12-07 02:41:27 +08:00
|
|
|
- "ci/circleci: infer"
|
|
|
|
- "ci/circleci: static-analysis"
|
|
|
|
- "ci/circleci: tsan"
|
2022-02-08 09:06:59 +08:00
|
|
|
- "ci/circleci: ubsan"
|
2022-01-01 11:03:26 +08:00
|
|
|
- "cimple"
|
2023-11-23 18:56:32 +08:00
|
|
|
- "cimplefmt"
|
|
|
|
- "CodeFactor"
|
2022-01-01 11:03:26 +08:00
|
|
|
- "code-review/reviewable"
|
2023-11-23 18:56:32 +08:00
|
|
|
- "common / buildifier"
|
|
|
|
- "coverage-linux"
|
2022-02-02 21:03:01 +08:00
|
|
|
- "docker-bootstrap-node"
|
|
|
|
- "docker-bootstrap-node-websocket"
|
2023-11-23 18:56:32 +08:00
|
|
|
- "docker-clusterfuzz"
|
|
|
|
- "docker-esp32"
|
|
|
|
- "docker-fuzzer"
|
2022-02-02 21:03:01 +08:00
|
|
|
- "docker-toxcore-js"
|
2023-11-23 18:56:32 +08:00
|
|
|
- "docker-win32"
|
|
|
|
- "docker-win64"
|
|
|
|
- "freebsd"
|
|
|
|
- "Hound"
|
2022-01-14 21:03:32 +08:00
|
|
|
- "mypy"
|
2023-11-23 18:56:32 +08:00
|
|
|
- "program-analysis"
|
2022-01-14 21:03:32 +08:00
|
|
|
- "sonar-scan"
|
2023-11-23 18:56:32 +08:00
|
|
|
- "TokTok.c-toxcore"
|
|
|
|
- "TokTok.c-toxcore (windows_msvc_conan shared)"
|
|
|
|
- "TokTok.c-toxcore (windows_msvc_conan static)"
|
2020-04-25 07:51:27 +08:00
|
|
|
|
|
|
|
# Labels specific to c-toxcore.
|
|
|
|
labels:
|
|
|
|
- name: "bootstrap"
|
|
|
|
color: "#01707f"
|
|
|
|
description: "Bootstrap"
|
|
|
|
|
|
|
|
- name: "crypto"
|
|
|
|
color: "#1d76db"
|
|
|
|
description: "Crypto"
|
|
|
|
|
|
|
|
- name: "file transfers"
|
|
|
|
color: "#e02abf"
|
|
|
|
description: "File Transfers"
|
|
|
|
|
|
|
|
- name: "messenger"
|
|
|
|
color: "#d93f0b"
|
|
|
|
description: "Messenger"
|
|
|
|
|
|
|
|
- name: "network"
|
|
|
|
color: "#d4c5f9"
|
|
|
|
description: "Network"
|
|
|
|
|
|
|
|
- name: "toxav"
|
|
|
|
color: "#0052cc"
|
|
|
|
description: "Audio/video"
|