Update go dependencies
This commit is contained in:
parent
14a9e9f3fa
commit
14f4a7b8e8
1349 changed files with 128369 additions and 32627 deletions
5
vendor/github.com/census-instrumentation/opencensus-proto/.travis.yml
generated
vendored
5
vendor/github.com/census-instrumentation/opencensus-proto/.travis.yml
generated
vendored
|
|
@ -23,13 +23,15 @@ install:
|
|||
- case "$BUILD" in
|
||||
"BAZEL")
|
||||
sudo apt-get install bazel ;
|
||||
echo "build --disk_cache=$HOME/bazel-cache" > ~/.bazelrc ;
|
||||
echo "build --experimental_strict_action_env" >> ~/.bazelrc ;
|
||||
bazel version;;
|
||||
esac
|
||||
|
||||
script:
|
||||
- case "$BUILD" in
|
||||
"BAZEL")
|
||||
cd src;
|
||||
cd src ;
|
||||
bazel build --show_result=100 ... ;;
|
||||
"GRADLE")
|
||||
./gradlew clean assemble --stacktrace ;
|
||||
|
|
@ -47,3 +49,4 @@ cache:
|
|||
- $HOME/.gradle
|
||||
- $HOME/.gradle/caches/
|
||||
- $HOME/.gradle/wrapper/
|
||||
- $HOME/bazel-cache/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue