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

Tatsh / dbeaver-creds / 25136969990 / 5
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2026 10:31PM UTC
Files 2
Run time 0s
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

29 Apr 2026 10:22PM UTC coverage: 100.0%. Remained the same
25136969990.5

push

github

Tatsh
workflows/cmake: install nsis on windows before cpack

The v0.1.0 Build run revealed an asymmetry in the GitHub-hosted
Windows runner images: `windows-11-arm` ships with NSIS
pre-installed (`makensis.exe` on PATH), but `windows-latest` (which
currently aliases to windows-2022 / soon windows-2025) does not.
CPack with `CPACK_GENERATOR "NSIS;ZIP"` then fails on
windows-latest with:

    CPack Error: Cannot find NSIS compiler makensis: likely it is
    not installed, or not in your PATH

while windows-11-arm completes the same step cleanly.

Add a `choco install nsis -y --no-progress` step gated on
`runner.os == 'Windows'` so both Windows cells get a guaranteed
NSIS install before CPack runs. `choco install` is idempotent on
the ARM64 runner where NSIS is already present, so the cost on
that cell is one no-op `choco` invocation.

Step is also gated on `matrix.build-type == 'Release' && github.ref_type == 'tag'`
to match the CPack step's own gating - no point installing NSIS on
non-tag CI runs that don't package anything.

Dictionary picks up `choco`.

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

89 of 89 relevant lines covered (100.0%)

5.55 hits per line

Source Files on job native-Linux - 25136969990.5
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25136969990
  • 3795923d on github
  • Prev Job for on master (#25136701083.4)
  • Next Job for on master (#25286017250.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