mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Stop running tests in the bazel build.
These always fail at present. We'll need to look into making them not always fail so we can enable them and get some useful signal from them.
This commit is contained in:
parent
a743464623
commit
b3036c55a6
|
@ -14,8 +14,10 @@ travis_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
travis_script() {
|
travis_script() {
|
||||||
|
# TODO(iphydf): Make tests have a chance to succeed.
|
||||||
# Run the tests, but if they fail, at least we should be able to build.
|
# Run the tests, but if they fail, at least we should be able to build.
|
||||||
bazel test //c-toxcore/... || bazel build //c-toxcore/...
|
# bazel test //c-toxcore/... || bazel build //c-toxcore/...
|
||||||
|
bazel build //c-toxcore/...
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "-z" "$ACTION" ]; then
|
if [ "-z" "$ACTION" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user