mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
chore: Add bazel-debug build.
This has in the already found real bugs that only happen when compiling with stack protector and no optimisations.
This commit is contained in:
parent
7318127dca
commit
277f512dbb
18
.cirrus.yml
18
.cirrus.yml
|
@ -17,6 +17,24 @@ 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:
|
||||
container:
|
||||
image: toxchat/toktok-stack:0.0.31-debug
|
||||
cpu: 2
|
||||
memory: 2G
|
||||
configure_script:
|
||||
- /src/workspace/tools/inject-repo c-toxcore
|
||||
test_all_script:
|
||||
- cd /src/workspace && bazel test -k
|
||||
--remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
|
||||
--build_tag_filters=-haskell
|
||||
--test_tag_filters=-haskell
|
||||
--remote_download_minimal
|
||||
--config=debug
|
||||
--
|
||||
//c-toxcore/...
|
||||
-//c-toxcore/auto_tests:tcp_relay_test # TODO(robinlinden): Why does this pass locally but not in Cirrus?
|
||||
|
||||
cimple_task:
|
||||
container:
|
||||
image: toxchat/toktok-stack:0.0.31-release
|
||||
|
|
1
.github/settings.yml
vendored
1
.github/settings.yml
vendored
|
@ -12,6 +12,7 @@ branches:
|
|||
protection:
|
||||
required_status_checks:
|
||||
contexts:
|
||||
- "bazel-debug"
|
||||
- "bazel-release"
|
||||
- "build-bootstrapd-docker"
|
||||
- "build-compcert"
|
||||
|
|
Loading…
Reference in New Issue
Block a user