mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 13:26:28 +03:00
adapt README, comment previous python tests out
This commit is contained in:
@@ -128,32 +128,32 @@ jobs:
|
|||||||
paths:
|
paths:
|
||||||
- c-docs
|
- c-docs
|
||||||
|
|
||||||
build_test_docs_wheel:
|
# build_test_docs_wheel:
|
||||||
docker:
|
# docker:
|
||||||
- image: deltachat/coredeps
|
# - image: deltachat/coredeps
|
||||||
environment:
|
# environment:
|
||||||
TESTS: 1
|
# TESTS: 1
|
||||||
DOCS: 1
|
# DOCS: 1
|
||||||
working_directory: /mnt/crate
|
# working_directory: /mnt/crate
|
||||||
steps:
|
# steps:
|
||||||
- *restore-workspace
|
# - *restore-workspace
|
||||||
- *restore-cache
|
# - *restore-cache
|
||||||
- run:
|
# - run:
|
||||||
name: build docs, run tests and build wheels
|
# name: build docs, run tests and build wheels
|
||||||
command: ci_scripts/run-python.sh
|
# command: ci_scripts/run-python.sh
|
||||||
- run:
|
# - run:
|
||||||
name: copying docs and wheels to workspace
|
# name: copying docs and wheels to workspace
|
||||||
command: |
|
# command: |
|
||||||
mkdir -p workspace/python
|
# mkdir -p workspace/python
|
||||||
# cp -av docs workspace/c-docs
|
# # cp -av docs workspace/c-docs
|
||||||
cp -av python/.docker-tox/wheelhouse workspace/
|
# cp -av python/.docker-tox/wheelhouse workspace/
|
||||||
cp -av python/doc/_build/ workspace/py-docs
|
# cp -av python/doc/_build/ workspace/py-docs
|
||||||
- persist_to_workspace:
|
# - persist_to_workspace:
|
||||||
root: workspace
|
# root: workspace
|
||||||
paths:
|
# paths:
|
||||||
# - c-docs
|
# # - c-docs
|
||||||
- py-docs
|
# - py-docs
|
||||||
- wheelhouse
|
# - wheelhouse
|
||||||
|
|
||||||
remote_tests_rust:
|
remote_tests_rust:
|
||||||
machine: true
|
machine: true
|
||||||
|
|||||||
@@ -1,11 +1,9 @@
|
|||||||
# Delta Chat Rust
|
# 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]
|
[![CircleCI build status][circle-shield]][circle] [![Appveyor build status][appveyor-shield]][appveyor]
|
||||||
|
|
||||||
Current commit on deltachat/deltachat-core: `12ef73c8e76185f9b78e844ea673025f56a959ab`.
|
|
||||||
|
|
||||||
## Installing Rust and Cargo
|
## 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:
|
To download and install the official compiler for the Rust programming language, and the Cargo package manager, run the command in your user environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user