erikerlandson / st_tree

A fast and flexible c++ template class for tree data structures
https://github.com/erikerlandson/st_tree/wiki
Apache License 2.0
95 stars 20 forks source link

Build examples as an option #30

Closed drewr95 closed 2 years ago

drewr95 commented 2 years ago

This makes building the examples optional

erikerlandson commented 2 years ago

thanks @drewr95 !

could you tweak the documentation to mention the test/example options? https://github.com/erikerlandson/st_tree#install

drewr95 commented 2 years ago

@erikerlandson np, hopefully the documentation updated to what you wanted :]

erikerlandson commented 2 years ago

@drewr95 yes that's what I had in mind! Can you please rebase on develop? My CI workflow isn't running on your PR and I think it is because I had it slightly misconfigured

drewr95 commented 2 years ago

@erikerlandson How's this? I've never done this before, so excuse any mistakes I possibly made.

erikerlandson commented 2 years ago

strange, it's still not running the ci. Well, I'll merge this and figure out my workflow problems elsewhere