HomeSort by relevance Sort by last modified time
    Searched refs:brew (Results 1 - 11 of 11) sorted by null

  /external/googletest/ci/
install-osx.sh 39 brew update
40 brew install ccache gcc@4.9 llvm@3.9
  /external/flatbuffers/conan/travis/
install.sh 7 brew update || brew update
8 brew outdated pyenv || brew upgrade pyenv
9 brew install pyenv-virtualenv
10 brew install cmake || true
  /external/Reactive-Extensions/RxCpp/projects/scripts/
travis-install.sh 20 brew update || echo "suppress failures in order to ignore warnings"
21 brew doctor || echo "suppress failures in order to ignore warnings"
22 brew list cmake || echo "suppress failures in order to ignore warnings"
23 sudo brew uninstall --force cmake || "suppress failures in order to ignore warnings"
24 brew search cmake || echo "suppress failures in order to ignore warnings"
25 brew install cmake || echo "suppress failures in order to ignore warnings"
26 brew upgrade cmake || echo "suppress failures in order to ignore warnings"
  /external/google-fruit/extras/scripts/
travis_ci_install_osx.sh 6 if brew list -1 | grep -q "^$1\$"; then
8 time (brew outdated "$1" || brew upgrade "$@")
12 time (brew install "$@" || brew link --overwrite gcc49)
16 time brew update
48 export PATH="$(brew --prefix)/bin:$PATH"
  /external/dagger2/examples/simple/src/main/java/coffee/
CoffeeApp.java 15 coffee.maker().brew();
CoffeeMaker.java 15 public void brew() { method in class:CoffeeMaker
  /external/brotli/scripts/
.travis.sh 9 brew update
10 brew install binutils
14 which ${CC} || brew install $(echo "${CC}" | sed 's/\-/@/') || brew link --overwrite $(echo "${CC}" | sed 's/\-/@/')
20 brew install bazel
  /external/scapy/.travis/
install.sh 59 brew update
60 brew install --with-python libdnet
61 brew install .travis/pylibpcap.rb
  /external/fonttools/.travis/
install.sh 18 brew install python
  /external/grpc-grpc/tools/internal_ci/helper_scripts/
prepare_build_macos_rc 44 brew update
45 brew install jq
  /external/protobuf/
tests.sh 204 brew update
205 brew outdated xctool || brew upgrade xctool

Completed in 664 milliseconds