mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
chore: Rename bazel-release to -opt and -debug to -dbg.
This commit is contained in:
parent
52c31efb97
commit
b6f48b3b7d
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
bazel-release_task:
|
||||
bazel-opt_task:
|
||||
container:
|
||||
image: toxchat/toktok-stack:0.0.31-release
|
||||
cpu: 2
|
||||
|
@ -16,7 +16,7 @@ bazel-release_task:
|
|||
//c-toxcore/...
|
||||
-//c-toxcore/auto_tests:tcp_relay_test # TODO(robinlinden): Why does this pass locally but not in Cirrus?
|
||||
|
||||
bazel-debug_task:
|
||||
bazel-dbg_task:
|
||||
container:
|
||||
image: toxchat/toktok-stack:0.0.31-debug
|
||||
cpu: 2
|
||||
|
|
4
.github/settings.yml
vendored
4
.github/settings.yml
vendored
|
@ -13,9 +13,9 @@ branches:
|
|||
required_status_checks:
|
||||
contexts:
|
||||
- "bazel-asan"
|
||||
- "bazel-debug"
|
||||
- "bazel-dbg"
|
||||
- "bazel-msan"
|
||||
- "bazel-release"
|
||||
- "bazel-opt"
|
||||
- "bazel-tsan"
|
||||
- "bazel-valgrind"
|
||||
- "build-bootstrapd-docker"
|
||||
|
|
Loading…
Reference in New Issue
Block a user