2 Commits

Author SHA1 Message Date
Hennadii Stepanov
46d2b244c4
ci: Switch CMake build configuration from Release to Debug (#95)
By default, CMake defines `NDEBUG` for the Release build configuration,
which effectively disables assertions and makes CI jobs less useful.
2023-12-01 09:42:28 +05:30
xoviat
64f4dfc2e5
remove changes to quote_argument and bring back ci for all platforms (#91)
* revert channges to quote argument

* ci: add cmake draft

* ci: enable suprocess tests

* cleanup some warnings

* ci: disable nonworking windows tests

* ci: set timeout

* ci: disable nonworking tests on windows

* ci: remove travis

---------

Co-authored-by: xoviat <xoviat@users.noreply.github.com>
2023-08-28 09:54:20 +05:30