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

Tatsh / re3-installer / #279
100%

Build:
DEFAULT BRANCH: master
Ran 04 May 2026 07:04PM 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

04 May 2026 07:02PM UTC coverage: 100.0%. Remained the same
#279

push

travis-ci

Tatsh
project: split default TARGET_VERSION per word size

The non-MSVC branch unconditionally defaulted `TARGET_VERSION` to
`0x501` (Windows XP), which is fine for the 64-bit MinGW legs but
sets a higher floor than necessary for the 32-bit i686 build, where
the binary is most likely to be run on legacy hardware that predates
XP-only API guards.

Pick the default in three branches: MSVC keeps `0x600`, non-MSVC
32-bit drops to `0x500` (Windows 2000), and non-MSVC 64-bit stays at
`0x501`. Funnel all three through a single
`set(TARGET_VERSION ${_re3i_default_target_version} CACHE STRING ...)`
so the cache entry is declared exactly once and the user can still
override it on the configure command line.

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 #279.1 04 May 2026 07:04PM UTC 13
100.0
Source Files on build #279
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 392a2e4f 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