Skip to content
Snippets Groups Projects
Commit 9a3c49a5 authored by Alexander Turenko's avatar Alexander Turenko Committed by Alexander Turenko
Browse files

ci: make module.h generation command more specific

`make api` generates `src/module.h`. `make module_api` is the target for
compiling a library for testing of the module API:
`test/app-tap/module_api.so`. It depends on the `api` target.

Both works for generating `module.h`, but `make api` don't do extra
unneeded actions.

NO_DOC=Not a user visible change.
NO_TEST=It is CI workflow. It would be too strong to test each part of
        the testing/deployment infrastructure.
NO_CHANGELOG=Not a user visible change.
parent 0b622ac1
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ jobs:
- name: Build module API documentation using Doxygen
run: |
cmake .
make module_api
make api
sed -e "s%@PROJECT_.\+_DIR@/%%" Doxyfile.API.in > Doxyfile.API
doxygen Doxyfile.API
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment