-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
circleci not supported #143
Comments
I was able to get it working by faking some environment variables. https://github.com/tprk77/ttfrm/blob/master/.circleci/config.yml
The two important parts are supplying a |
aroxby
added a commit
to aroxby/cpu
that referenced
this issue
Nov 27, 2021
aroxby
added a commit
to aroxby/cpu
that referenced
this issue
Nov 28, 2021
* Create CircleCI config * Add workaround to publish coveralls from non-travis CI Found at eddyxu/cpp-coveralls#143 (comment) * Install PyYAML for cpp-coveralls It needs this to parse it's own config * Rename docker workdir to "app" * Copy .git into the container since CircleCI doesn't support mounts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to lemurheavy/coveralls-public#1286 coverals-cpp does not support circleci. As I don't want to install node (as I don't need it in my c++ project) I would be glad if cpp-coveralls would support circleci along with travisci.
The text was updated successfully, but these errors were encountered: