Merge commit 'a3126d581b6a872f0b8d5641f199fb233306e181'
This commit is contained in:
14
external/toxcore/c-toxcore/.circleci/bazel-test
vendored
Executable file
14
external/toxcore/c-toxcore/.circleci/bazel-test
vendored
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eux
|
||||
|
||||
git submodule update --init --recursive
|
||||
/src/workspace/tools/inject-repo c-toxcore
|
||||
cd /src/workspace && bazel test -k \
|
||||
--config=remote \
|
||||
--build_tag_filters=-haskell \
|
||||
--test_tag_filters=-haskell \
|
||||
--remote_download_minimal \
|
||||
-- \
|
||||
//c-toxcore/... \
|
||||
"$@"
|
Reference in New Issue
Block a user