Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.1 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.1 KB

fips-utils

Grab-bag of useful fips utilities which are generally useful but don't quite fit into the core fips project.

Usage

Just add the fips-utils import to the fips.yml file of your project:

---
imports:
    fips-utils:
        git: https://github.com/fips-libs/fips-utils

Now run fips fetch.

New fips verbs (aka commands) can be listed via fips help, new build configs via fips list configs.

For help on generators (aka custom build jobs) read on:

Generators (aka Custom Build Jobs)

Those are usually available through cmake macros:

For usage examples, see the sokol-samples and chips-test repositories.

Verbs

  • markdeep: build and view source-embedded Markdeep documentation
  • valgrind: run an app target through valgrind
  • gdb: debug an app target in gdb