Compare commits

..

5 commits

Author SHA1 Message Date
a4f68c9959 Minor tweaks to actions/workflows files (unittest)
All checks were successful
Run UnitTests / build-and-run-tests (push) Successful in 1m24s
2024-07-13 11:38:52 +09:00
ba2697d0b8 Add example CMake project that uses UDPC 2024-07-13 11:33:37 +09:00
c6a4891ad4 Update github workflow to use conan
All checks were successful
Run UnitTests / build-and-run-tests (push) Successful in 1m19s
2024-07-12 17:15:39 +09:00
6ea0aa71fc Update forgejo workflow to use conan 2024-07-12 17:08:52 +09:00
4d0e439c0e Add conan related files and adapt CMakeLists.txt
Some checks failed
Run UnitTests / build-and-run-tests (push) Failing after 3s
This is put in a new "conan" branch. Changes to the conan build process
will only occur on this branch.
2024-07-12 16:40:57 +09:00

View file

@ -91,6 +91,3 @@ conan packages of this library are [available here](https://git.seodisparate.com
The `conan` branch contains the necessary changes to publish this library as a The `conan` branch contains the necessary changes to publish this library as a
conan package. Expect the `conan` branch to rebase on `master` in the future. conan package. Expect the `conan` branch to rebase on `master` in the future.
An example project is [available here](https://git.seodisparate.com/stephenseo/UDPConnection/src/branch/conan/conan_usage_example)
to use this project with conan.