mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
5c1796d3c4
This makes it easier to run it locally for testing and ensures the dockerfile continues to work.
53 lines
1.1 KiB
YAML
53 lines
1.1 KiB
YAML
---
|
|
_extends: .github
|
|
|
|
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:
|
|
- build-nacl
|
|
- Codacy Static Code Analysis
|
|
- CodeFactor
|
|
- "ci/circleci: asan"
|
|
- "ci/circleci: clang-tidy"
|
|
- "ci/circleci: infer"
|
|
- "ci/circleci: static-analysis"
|
|
- "ci/circleci: tsan"
|
|
- cimple
|
|
- cirrus-ci
|
|
- code-review/reviewable
|
|
- continuous-integration/appveyor/pr
|
|
|
|
# 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"
|