Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | project.ci: add --hint parameter | Egor Tensin | 2021-04-13 |
| | | | | | This is a stupid workaround for testing other CI systems on GitHub Actions. | ||
* | remove excessive logging & obsolete project.ci.* packages | Egor Tensin | 2021-04-13 |
| | | | | Logging command line arguments before parsing them is a bit excessive. | ||
* | project.ci: use same variable names for all CIs | Egor Tensin | 2021-03-24 |
| | | | | Using different ones was quite weird to begin with. | ||
* | project.ci: change build directory | Egor Tensin | 2021-03-24 |
| | | | | It's now <source directory>/../build for consistency. | ||
* | workflows: _really_ fix Boost caching?.. | Egor Tensin | 2021-03-14 |
| | | | | | | | | | | | | | | | | | actions/cache@v2 doesn't work on windows-2016 images, since those contain the GNU tar, which cannot work with \ as path separator. This was fixed in package @actions/cache v1.0.5, which is used by action actions/cache@v2.1.4 [1][2]. In addition, it simply couldn't find tar.exe on those images thanks to my action cleanup-path, which removed the corresponding directory (I think it was Git's bin/) from PATH. It worked for windows-2019 images thanks to them containing tar.exe in System32. Solved by turning cleanup-path into a JavaScript action with a "post" step, which restores the original PATH value. [1]: https://github.com/actions/virtual-environments/issues/480 [2]: https://github.com/actions/toolkit/issues/632 | ||
* | project.ci: cache Boost downloads | Egor Tensin | 2021-03-13 |
| | |||
* | bye-bye, Travis & AppVeyor!no_more_travis | Egor Tensin | 2021-01-19 |
| | |||
* | project.ci: add GitHub Actions | Egor Tensin | 2021-01-18 |
| | |||
* | project.ci: --install picks the directory automatically | Egor Tensin | 2021-01-18 |
| | |||
* | workflows: add Travis/AppVeyor simulations | Egor Tensin | 2021-01-18 |