Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.16k stars 213 forks source link

TRAVIS CI build could not complete (ccache not found on osx) #959

Closed oxmon-2500 closed 4 years ago

oxmon-2500 commented 4 years ago

TRAVIS osx continuous-integration/travis-ci/pr — The Travis CI build could not complete

$ ccache --version

ccache: command not found

pull/953#partial-pull-merging

I suppose it must be done by a maintainer. I made some research and there is probably a solution: https://www.redhat.com/archives/libvir-list/2018-May/msg02216.html File: .travis.yml PATH="/usr/local/opt/ccache/libexec:$PATH" brew install ccache

in3otd commented 4 years ago

yes, that's likely needed. I think there may be something else needing a fix, see [here].(https://github.com/Qucs/qucs/pull/946#issuecomment-573878052)

If you wish, you can do another PR with that fix; Travis will run on that and we will see if the macOS build completes successfully.

guitorri commented 4 years ago

Fixed on #968