diff --git a/.circleci/config.yml b/.circleci/config.yml index 21421a775..82d3fd361 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -128,32 +128,32 @@ jobs: paths: - c-docs - build_test_docs_wheel: - docker: - - image: deltachat/coredeps - environment: - TESTS: 1 - DOCS: 1 - working_directory: /mnt/crate - steps: - - *restore-workspace - - *restore-cache - - run: - name: build docs, run tests and build wheels - command: ci_scripts/run-python.sh - - run: - name: copying docs and wheels to workspace - command: | - mkdir -p workspace/python - # cp -av docs workspace/c-docs - cp -av python/.docker-tox/wheelhouse workspace/ - cp -av python/doc/_build/ workspace/py-docs - - persist_to_workspace: - root: workspace - paths: - # - c-docs - - py-docs - - wheelhouse + # build_test_docs_wheel: + # docker: + # - image: deltachat/coredeps + # environment: + # TESTS: 1 + # DOCS: 1 + # working_directory: /mnt/crate + # steps: + # - *restore-workspace + # - *restore-cache + # - run: + # name: build docs, run tests and build wheels + # command: ci_scripts/run-python.sh + # - run: + # name: copying docs and wheels to workspace + # command: | + # mkdir -p workspace/python + # # cp -av docs workspace/c-docs + # cp -av python/.docker-tox/wheelhouse workspace/ + # cp -av python/doc/_build/ workspace/py-docs + # - persist_to_workspace: + # root: workspace + # paths: + # # - c-docs + # - py-docs + # - wheelhouse remote_tests_rust: machine: true diff --git a/README.md b/README.md index 42c1adaba..8223f1ce6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # Delta Chat Rust -> Project porting deltachat-core to rust +> Deltachat-core written in Rust [![CircleCI build status][circle-shield]][circle] [![Appveyor build status][appveyor-shield]][appveyor] -Current commit on deltachat/deltachat-core: `12ef73c8e76185f9b78e844ea673025f56a959ab`. - ## Installing Rust and Cargo To download and install the official compiler for the Rust programming language, and the Cargo package manager, run the command in your user environment: