| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Accordingly, rename ci-cmake to ci-build.
|
|
|
|
| |
Accordingly, rename cmake-build to project-build.
|
|
|
|
|
|
| |
It doesn't make a lot of sense for the build dir argument to be
optional. There's still a placeholder you can use to build in a
temporary directory.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
It should help running the scripts on Windows, where the .py extension
is associated with the Python interpreter.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|