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

ossia / libossia / 27868527899
48%
master: 48%

Build:
Build:
LAST BUILD BRANCH: 1854-gamepad-wrong-min-value-for-triggers
DEFAULT BRANCH: master
Ran 20 Jun 2026 01:32PM UTC
Jobs 1
Files 487
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

20 Jun 2026 09:07AM UTC coverage: 47.717%. First build
27868527899

push

github

jcelerier
deps: match Abseil's MSVC runtime to ossia's

Abseil's CMakeLists overrides CMAKE_MSVC_RUNTIME_LIBRARY from its own
ABSL_MSVC_STATIC_RUNTIME option (default OFF -> /MD dynamic), ignoring the
runtime selected by the enclosing build. Static ossia builds (Max/PD/Python/
Unity) force the static /MT runtime, so Abseil's /MD objects fail to link:

  absl_*.lib(...) : error LNK2038: mismatch detected for 'RuntimeLibrary':
  value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease'

Set ABSL_MSVC_STATIC_RUNTIME to mirror CMAKE_MSVC_RUNTIME_LIBRARY so the two
agree.

25974 of 54434 relevant lines covered (47.72%)

179486.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27868527899.1 20 Jun 2026 01:32PM UTC 487
47.72
GitHub Action Run
Source Files on build 27868527899
  • Tree
  • List 487
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3327acda on github
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