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

SwissDataScienceCenter / renku-data-services / 15846534314
86%

Build:
DEFAULT BRANCH: main
Ran 24 Jun 2025 09:40AM UTC
Jobs 0
Files 0
Run time –
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

pending completion
15846534314

push

github

web-flow
fix: re-order statements and add on-line help (#900)

 - Makefile line order is important, so by convention variables are declared at the top, then specific rules, then generic rules, and finally pattern rules. Make itself is flexible about these high-level groups, but not following this order can yield subtle and hard to debug problems as lines are parsed and interpreted as they are being read.

 - In this Makefile, we also use some parsing magic to generate an on-line help automatically, but this requires to follow the pattern:
```
 target-name: target-dependencies*   ## one-line on line help
```
   You can declare groups with `##@ group-name`. This affects only the presentation of the on-line help, please check the Makefile to see how it is used.
Source Files on build 15846534314
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #15846534314
  • b53466c3 on github
  • Prev Build on main (#15845800967)
  • Next Build on main (#15925525507)
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

© 2025 Coveralls, Inc