Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add configure option for building examples optionally #149

Merged
merged 2 commits into from Apr 19, 2021
Merged

add configure option for building examples optionally #149

merged 2 commits into from Apr 19, 2021

Conversation

pkovacs
Copy link
Contributor

@pkovacs pkovacs commented Apr 18, 2021

Adding a configure option to build examples optionally. To be consistent with the cmake version, the default is yes.

# turn off building examples
./configure --without-examples ...

@codecov-commenter
Copy link

codecov-commenter commented Apr 18, 2021

Codecov Report

Merging #149 (2404b9a) into master (cee2886) will decrease coverage by 0.50%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
- Coverage   95.25%   94.74%   -0.51%     
==========================================
  Files           3        3              
  Lines         906      971      +65     
==========================================
+ Hits          863      920      +57     
- Misses         43       51       +8     
Impacted Files Coverage Δ
libjwt/jwt.c 93.28% <0.00%> (-0.71%) ⬇️
libjwt/jwt-openssl.c 98.20% <0.00%> (+0.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cee2886...2404b9a. Read the comment docs.

Makefile.am Outdated Show resolved Hide resolved
@pkovacs
Copy link
Contributor Author

pkovacs commented Apr 19, 2021

Resynced my commits to the tip of your new master to allow for fast forward

@benmcollins benmcollins merged commit f12695d into benmcollins:master Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants