| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Problem: Having shadow and coverage on the same build results in the source
files not being available in the coverage view.
Solution: Move using shadow to the normal build.
|
|
|
|
|
|
| |
Problem: Travis could check a few more things.
Solution: Run autoconf on one of the builds. (James McCoy, closes #510)
Also build with normal features.
|
|
|
|
|
| |
Problem: "make shadow" was sometimes broken.
Solution: Add a test for it. (James McCoy, closes #520)
|
|
|
|
|
| |
Problem: Travis also builds on a tag push.
Solution: Filter out tag pushes. (Kenichi Ito)
|
|
Problem: Not using CI services available.
Solution: Add configuration files for travis and appveyor. (PR #401)
|