1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 19:42:04 +02:00
deltachat-core/python/src/deltachat
holger krekel 515e5ebba7
replace travis with circle-ci, cleanup of build steps (#639)
Travis is getting slower and was already hard to debug. This commit: 

- moves from travis to Circle-CI
- has a ci-scripts/README.md which explains what is contained there
- puts all build and CI scripts into "ci_scripts" directory
- allows to run full ci runs locally
- trims down the base Docker image where tests/docs/wheels are run from 4.4GB to 1.7GB
- fixes #628

Using circle-ci also means that we can probably integrate Mac-OS build steps more easily.

I am sure that my initial circle-ci config (helped by kind hints from @dignifiedquire ) can be improved.
2019-04-01 09:45:56 +02:00
..
__init__.py replace travis with circle-ci, cleanup of build steps (#639) 2019-04-01 09:45:56 +02:00
_build.py Improve building of extension a little 2018-11-01 18:12:06 +02:00
account.py replace travis with circle-ci, cleanup of build steps (#639) 2019-04-01 09:45:56 +02:00
chatting.py replace travis with circle-ci, cleanup of build steps (#639) 2019-04-01 09:45:56 +02:00
const.py (flub,hpk) introduce automated building of deltachat python bindings (as wheels) and upload them m.devpi.net/dc/BRANCHNAME 2019-03-24 19:33:14 +01:00
cutil.py add initial group management API and is_promoted() 2018-09-18 19:37:07 +02:00
message.py replace travis with circle-ci, cleanup of build steps (#639) 2019-04-01 09:45:56 +02:00
props.py Improve building of extension a little 2018-11-01 18:12:06 +02:00