aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml (unfollow)
Commit message (Collapse)Author
2020-10-27Boost.Test is broken in 1.62Egor Tensin
https://stackoverflow.com/q/39997542/514684
2020-10-27rework Process API & testsEgor Tensin
* Add separate classes ProcessParameters & ShellParameters for Process::create() and Process::shell() methods. * Add a separate "worker" executable. It's used in tests via a fairly complicated scheme, receiving orders to execute via a shared memory region. * Add tests that utilize the Console API, reading console window's screen buffer directly, making for more reliable tests & broader coverage.
2020-10-16Process: support pipe redirectionEgor Tensin
2020-10-15rename utility "args" to "echo"Egor Tensin
2020-10-15WIP: add simple Process classEgor Tensin
2020-10-14AppVeyor: reorder images, 2013 secondEgor Tensin
2020-10-14AppVeyor: reorder images, 2019 firstEgor Tensin
2020-10-14add AppVeyor configurationEgor Tensin