aboutsummaryrefslogtreecommitdiff
path: root/.circleci
Commit message (Collapse)AuthorAge
* Remove CircleCI support.Garrett D'Amore2020-02-23
| | | | | CircleCI does not by default have modern CMake, and GitHub Actions have proven to work more reliably, and with less friction.
* fixes #486 Revisit SOVERSION and VERSIONGarrett D'Amore2018-05-25
| | | | | | | | | | | | | | | | | | | | | | fixes #485 Honor BUILD_SHARED_LIBS fixes #483 Don't expose private symbols in shared library fixes #481 Export CMake target This is a "large" commit involving changes that don't affect the code directly, but which have an impact on how we package and build our project. The most significant of these changes is that we now build only either a shared or a static library, depending on the setting of the BUILD_SHARED_LIBS option. We also suppress private symbols from being exposed when the underlying toolchain lets us do so. Minor updates to the way we version the ABI are used, and we now have a nice exported CMake project. To import this project in another, simply do find_package(nng) and you can add target_link_libraries(nng::nng) to your targets. CMake does the rest for you.
* Add webhook for gitter notifications.Garrett D'Amore2018-05-23
|
* Switch to clang 6 and gcc 8 on xenial for circle ci.Garrett D'Amore2018-05-16
| | | | We also fixed some warnings found by gcc8.
* circle ci: add workflows for linux clang and gcc buildsLiam Staskawicz2018-03-12
|
* ci: dump failure details on test failureLiam Staskawicz2018-03-07
|
* Another CircleCI swag.Garrett D'Amore2017-11-21
|
* More CircleCI tweaks.Garrett D'Amore2017-11-21
|
* Fix up YAML syntax for CircleCI.Garrett D'Amore2017-11-21
|
* Initial swag at circle CI integration.Garrett D'Amore2017-11-21