cmake-basis / BASIS

CMake BASIS makes it easy to create sharable software and libraries that work together. This is accomplished by combining and documenting some of the best practices and utilities available. This project supplies a fully integrated suite of functionality to make the whole process seamless!
https://cmake-basis.github.io
Other
48 stars 10 forks source link

fix: Travis CI build #573

Closed schuhschuh closed 8 years ago

schuhschuh commented 8 years ago

Fix CI build scripts for Travis.

schuhschuh commented 8 years ago

CI build fixed. Just failed in one case possibly due to timeout of Homebrew upgrade:

==> Migrating Homebrew to v0.9.9

remote: Counting objects: 460, done.

remote: Compressing objects: 100% (417/417), done.

remote: Total 460 (delta 26), reused 276 (delta 17), pack-reused 0

Receiving objects: 100% (460/460), 745.88 KiB | 452.00 KiB/s, done.

Resolving deltas: 100% (26/26), done.

From https://github.com/Homebrew/brew

 + 53c5089...c3c233d master     -> origin/master  (forced update)

HEAD is now at c3c233d test-bot: don't untap during cleanup_before

==> Tapping homebrew/core

Cloning into '/usr/local/Library/Taps/homebrew/homebrew-core'...

error: RPC failed; result=35, HTTP code = 0

fatal: The remote end hung up unexpectedly

Error: Failure while executing: git clone https://github.com/Homebrew/homebrew-core /usr/local/Library/Taps/homebrew/homebrew-core --config core.autocrlf=false --depth=1

Error: Failure while executing: /usr/local/bin/brew tap homebrew/core

The command "test/build/depends.sh" failed and exited with 1 during .

Your build has been stopped.