• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Stellarium / stellarium / 4684
11%

Build:
DEFAULT BRANCH: master
Ran 15 Nov 2020 11:35AM UTC
Jobs 1
Files 628
Run time 45s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Nov 2020 10:00AM UTC coverage: 9.784%. Remained the same
4684

push

travis-ci-com

alex-w
Update BUILDING.md

* On OSX 11.0.1 
Running : 
`brew link gettext --force
`
Results in:
```
Linking /usr/local/Cellar/gettext/0.21...
Error: Could not symlink include/autosprintf.h
/usr/local/include is not writable.
```

Which is due to change of how file system works in newer versions.

The fix is to first create the directory:
`sudo mkdir /usr/local/include`

and then obtain the permission using:
`sudo chown -R $(whoami) $(brew --prefix)/*
`
<!--- Provide a general summary of your changes in the Title above -->

### Description
<!--- Please include a summary of the change and which issue is fixed. -->
<!--- Please also include relevant motivation and context. -->
<!--- List any dependencies that are required for this change. -->

Fixes # (issue)

### Screenshots (if appropriate):

### Type of change
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] This change requires a documentation update

### How Has This Been Tested?
Tested on OSX 11.0.1 on a fresh clone and build process of Stellarium.

## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [x] My code follows the [code style](http://stellarium.org/doc/head/codingStyle.html) of this project.
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with m... (continued)

10568 of 108011 relevant lines covered (9.78%)

33227.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4684.1 (COVERITY_SCAN_TOKEN=[secure] MATRIX_EVAL="CC=gcc && CXX=g++" TRANSLATE=true COVERAGE=true) 15 Nov 2020 11:36AM UTC 0
9.78
Travis Job 4684.1
Source Files on build 4684
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #4684
  • 281d3383 on github
  • Prev Build on master (#4683)
  • Next Build on master (#4685)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc