mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-02-07 20:05:36 +02:00
Add actions for building and testing (#8)
* Add a Github action for building and testing On Windows, -- -//third_party/... doesn't seem to work, so add all test directories manually. Also run the tests_*. We run only fastbuild tests here, since the opt tests will be run in the release workflow. Also fix a number of compilation and test issues found along the way.
This commit is contained in:
@@ -49,7 +49,7 @@ void SetThreadName(const std::string& name) {
|
||||
}
|
||||
}
|
||||
|
||||
std::atomic_int g_pipe_serial_number(0);
|
||||
std::atomic_int g_pipe_serial_number{0};
|
||||
|
||||
// Creates a pipe suitable for overlapped IO. Regular anonymous pipes in Windows
|
||||
// don't support overlapped IO. This method creates a named pipe with a unique
|
||||
|
||||
Reference in New Issue
Block a user