aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/ci/dirs.py (unfollow)
Commit message (Collapse)Author
2023-07-03remove project.ciEgor Tensin
The weird magic going on in the ci-{boost,build} scripts is honestly too weird. With hindsight, it seems to me that it's much better to just build a project with the same command during a CI run as when developing locally. Plus, I haven't really used either Travis or AppVeyor in quite some time, so this code was mostly untested really.
2023-07-03project.cmake.build -> project.buildEgor Tensin
Accordingly, rename cmake-build to project-build.
2021-05-07project.toolset: support versioned MSVC toolsetsEgor Tensin
You can now use something like msvc-141, vs-2017, etc.
2021-05-06"toolchain" -> "toolset", part 2Egor Tensin
2021-05-06"toolchain" -> "toolset", part 1Egor Tensin
2021-04-13fix PyLint warningsEgor Tensin
2021-04-13project.ci: add --hint parameterEgor Tensin
This is a stupid workaround for testing other CI systems on GitHub Actions.
2021-03-24project.ci: GitHub Actions no longer has pre-built BoostEgor Tensin
2021-03-24fix PyLint warningsEgor Tensin
2021-03-24project.ci: use same variable names for all CIsEgor Tensin
Using different ones was quite weird to begin with.
2021-03-24project.ci: change build directoryEgor Tensin
It's now <source directory>/../build for consistency.
2021-01-31project.ci: use pre-built Boost when availableEgor Tensin
2021-01-25project.ci: auto-fill --toolset from environmentEgor Tensin
2021-01-25project.ci: auto-detect CI systemEgor Tensin
2021-01-18project.ci: add GitHub ActionsEgor Tensin
2021-01-18project.ci: --install picks the directory automaticallyEgor Tensin
2021-01-17README: updateEgor Tensin
2020-03-30project.ci: dedupe codeEgor Tensin