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

Stellarium / stellarium / 4684 / 1
11%
master: 11%

Build:
DEFAULT BRANCH: master
Ran 15 Nov 2020 11:36AM UTC
Files 628
Run time 44s
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
COVERITY_SCAN_TOKEN=[secure] MATRIX_EVAL="CC=gcc && CXX=g++" TRANSLATE=true COVERAGE=true

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

Source Files on job 4684.1 (COVERITY_SCAN_TOKEN=[secure] MATRIX_EVAL="CC=gcc && CXX=g++" TRANSLATE=true COVERAGE=true)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2301
  • Travis Job 4684.1
  • 281d3383 on github
  • Prev Job for COVERITY_SCAN_TOKEN=[secure] MATRIX_EVAL="CC=gcc && CXX=g++" TRANSLATE=true COVERAGE=true on master (#4683.1)
  • Next Job for COVERITY_SCAN_TOKEN=[secure] MATRIX_EVAL="CC=gcc && CXX=g++" TRANSLATE=true COVERAGE=true on master (#4685.1)
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