Qucs / qucs

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

Travis check01 #960

Closed oxmon-2500 closed 4 years ago

oxmon-2500 commented 4 years ago

test01

in3otd commented 4 years ago

looking e.g. here I think the right command is brew install ccache and it should be run only for OSX.

Anyway, I saw other had issues with outated homebrew on Travis and it seems that the easier solution is to use a newer Xcode, see https://travis-ci.community/t/xcode-8-3-homebrew-outdated-error/3798/10 . I don't know if this is an option here. @guitorri ?

oxmon-2500 commented 4 years ago

looking e.g. here I think the right command is brew install ccache and it should be run only for OSX.

Anyway, I saw other had issues with outated homebrew on Travis and it seems that the easier solution is to use a newer Xcode, see https://travis-ci.community/t/xcode-8-3-homebrew-outdated-error/3798/10 . I don't know if this is an option here. @guitorri ?

Hi, thank you for the suggestions. I am new to Github and Travis and I learn a lot. At the moment I do experiments with travis and I am optimistic in the next days to eradicate the problems with travis.

in3otd commented 4 years ago

feel free to experiment, it's one of the best way to learn :grin: .

Note that you can rewrite your PR branch completely if you want to try a different solution, just reset it or rebase, ignoring unwanted commits, and then push --force.