twlz0ne / homebrew-ccls

Homebrew formula to install [ccls](https://github.com/MaskRay/ccls)
17 stars 7 forks source link

ccls 0.20180924 #4

Closed MindTooth closed 5 years ago

MindTooth commented 5 years ago

Created with brew bump-formula-pr.

MindTooth commented 5 years ago

Did not know the command worked for taps. 👍

Though, I needed to add my own remote first. Other than that, worked like a charm with brew bump-pr-formula.

 brew bump-formula-pr ccls --revision=41fcc0272c8c93fcbe52f24ef587e633a9dcc7e1 --tag=0.20180924 --verbose
twlz0ne commented 5 years ago

@MindTooth

I just added Travis to this project but seems it doesn't work for existing PR.

Would you mind to push again? I want to confirm if Travis works.

git commit --amend # No need to change anything, just for generate new commit hash
git push origin ccls-0.20180924 --force

Thanks.

MindTooth commented 5 years ago

That crashed and burned. 😆

1: The test case is broken. --test-unit is not an acceptable option. 2: Complains about downgrade on El Capitan.

Ed1t: Also, it takes ages to run through. Is caching /usr/local/Homebrew an option?

twlz0ne commented 5 years ago

@MindTooth

1: The test case is broken. --test-unit is not an acceptable option.

I'll replace it with --help.

2: Complains about downgrade on El Capitan.

I have no idea why this happens.