Jacob Alexander
cca14902e1
Move artifact step so that they are uploaded even after test failure
...
- Useful when debugging failures
2019-12-26 20:29:53 -08:00
Jacob Alexander
032b14ed45
Adding artifact upload support for builds
...
- Including both bdist_wheel and sdist
- Adding pandoc dependencies
2019-12-26 19:55:22 -08:00
Jacob Alexander
6cd971e74f
Adding manylinux2010 github action
...
- Validates that the manylinux2010 environment can build pycapnp
- Handle lib and lib64 cases
- Has patch for aligned_alloc symbol (not available prior to glibc 2.16)
https://github.com/capnproto/capnproto/issues/743
- Fixes #197
- Should be ready to prepare a v1.0.0b1 release
2019-12-21 00:13:04 -08:00
Jacob Alexander
f9647aa9a7
Give github action a better name
2019-12-11 22:25:08 -08:00
Jacob Alexander
b101017377
Enabling Python 3.8 tests
2019-11-27 00:25:44 -08:00
Jacob Alexander
8062e6f401
Adding Windows 32-bit and 64-bit builds
...
- Basic tests are working
- May need some adjustments to get all tests working
- Cleaned up bundling to take Python arch into account when building
with multiple architectures
2019-10-17 00:36:46 -07:00
Jacob Alexander
063522d308
Adding Windows compilation support
...
- Automatically determining build arch from running Python shell
* Should work across all platforms
2019-10-15 18:39:47 -07:00
Jacob Alexander
67d5276936
Defaulting to built-in capnproto
...
- Adding code to detect if bundled capnproto is already built
2019-10-15 09:35:55 -07:00
Jacob Alexander
8361fa8597
Currently asyncio examples require Python 3.7+
...
- It should be possible to port asyncio examples to at least Python 3.6
* However, in my quick 10 minute attempt it wasn't as smooth as I'd
hoped
2019-09-29 23:54:49 -07:00
Jacob Alexander
58a5c5fc1f
Initial pythonpackage.yml for GitHub Actions
2019-09-27 01:52:41 -07:00