9 Commits
Author SHA1 Message Date
Oliver Hamlet c74c16b159 Fix Linux release build 2021-02-13 22:32:37 +00:00
Oliver Hamlet 6e7f081bd3 Use cbindgen included in GitHub Actions runners
Building cbindgen takes a few minutes on Windows, so avoid that by using
the version included in the GitHub Actions runner.

The version include in the runners isn't the same as what the build
expects, but hopefully the differences aren't significant.
2021-02-07 18:39:17 +00:00
Oliver Hamlet 17a3494771 Remove unnecessary env var in GitHub Actions workflows 2021-02-07 11:01:02 +00:00
Oliver Hamlet 17b037af57 Migrate Linux CI to GitHub Actions
This is in preparation for publishing build artifacts to GitHub Actions,
as Bintray will shut down in May.
2021-02-06 14:58:56 +00:00
Oliver Hamlet 903af2b9e4 Remove unnecessary BOOST_LIBRARYDIR build option 2021-02-06 14:58:55 +00:00
Oliver Hamlet 35e81c1eeb Replace disabled GitHub Actions commands 2020-11-21 16:45:58 +00:00
Oliver Hamlet 906e234c92 Build using Boost 1.72.0 on GitHub Actions 2020-11-17 17:56:52 +00:00
Oliver Hamlet c93b9815e5 Fix running sphinx-build on GitHub Actions
For some reason I thought it wasn't in the PATH, and specifying the
Python version in the path changed when the default version of Python
changed.
2020-08-28 15:30:31 +01:00
Oliver Hamlet 5c2dd2167d Migrate Windows CI to GitHub Actions
AppVeyor is breaking my builds because I can't create any more artifacts
because I've hit the limit, but there's no way to have it not store
artifacts or to manually delete artifacts...

This also updates Boost from 1.67.0 to 1.69.0 due to differences between
the AppVeyor and GitHub Actions build environments.
2020-08-14 23:39:59 +01:00