elnormous / HTTPRequest

Single-header C++ HTTP request class
The Unlicense
942 stars 213 forks source link

How about CI / CD? #51

Closed DBJDBJ closed 2 years ago

DBJDBJ commented 2 years ago

https://github.blog/2022-02-02-build-ci-cd-pipeline-github-actions-four-steps/

elnormous commented 2 years ago

I first have to write tests to run something on CI. Had a plan to do it for a long time. I guess this is the time to finally do it.

DBJDBJ commented 2 years ago

https://github.com/sheredom/utest.h

elnormous commented 2 years ago

I remembered that I am actually running the build on Azure Pipelines: https://github.com/elnormous/HTTPRequest/blob/master/azure-pipelines.yml I added jobs for unit tests to it.