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

Tatsh / re3-installer / #281
100%

Build:
DEFAULT BRANCH: master
Ran 06 May 2026 01:58AM UTC
Jobs 1
Files 13
Run time 1min
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

06 May 2026 01:43AM UTC coverage: 100.0%. Remained the same
#281

push

travis-ci

Tatsh
src: bundle non-system runtime dependencies on Windows and Apple

The non-Linux install branch wrapped a single
`install(RUNTIME_DEPENDENCY_SET ...)` call whose `DIRECTORIES`
argument referenced `_mingw_bin_dir`, but that variable was only
set inside `if(MINGW)`. On MSVC the variable was undefined, and on
Apple it never matched anything useful. The `PRE_INCLUDE_REGEXES`
list (`gcc|...|winpthread`) was also MinGW-specific and never
applicable to Apple, so macOS bundling was effectively dead code.

Split the install logic per platform. The `WIN32` branch covers
both MinGW and MSVC: it walks the install bin dir, the compiler
bin dir, and the target file dir, then excludes system DLLs via
`PRE_EXCLUDE_REGEXES` (`api-ms-`, `ext-ms-`, `kernel32.dll`) and a
`POST_EXCLUDE_REGEXES` rule for anything under `system32/`, so the
installer captures every non-system runtime dependency without
having to enumerate them by name. The `APPLE` branch keeps the
allow-list approach but uses a regex (`iso9660|cdio|unshield|
iconv|zlib|crypto`) that actually matches the dylib basenames the
project pulls in.

The drop-in `message(STATUS "Directories: ...")` line that
referenced the now-unset variable goes with it.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

383 of 383 relevant lines covered (100.0%)

7.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #281.1 06 May 2026 01:58AM UTC 13
100.0
Source Files on build #281
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a988089b on github
  • Prev Build on master
  • Next Build on master
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