test on 32bit linux

This commit is contained in:
dignifiedquire
2019-07-12 21:24:04 +02:00
parent 753cc4d6dc
commit 98fb79f172

View File

@@ -127,26 +127,26 @@ jobs:
machine: True machine: True
steps: steps:
- checkout - checkout
# - run: docker pull deltachat/doxygen # - run: docker pull deltachat/doxygen
- run: docker pull deltachat/coredeps - run: docker pull deltachat/coredeps
- run: - run:
name: build docs, run tests and build wheels name: build docs, run tests and build wheels
command: ci_scripts/ci_run.sh command: ci_scripts/ci_run.sh
environment: environment:
TESTS: 1 TESTS: 1
DOCS: 1 DOCS: 1
- 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
@@ -157,7 +157,7 @@ jobs:
- checkout - checkout
- attach_workspace: - attach_workspace:
at: workspace at: workspace
- run: ls -laR workspace - run: ls -laR workspace
- run: ci_scripts/ci_upload.sh workspace/py-docs workspace/wheelhouse - run: ci_scripts/ci_upload.sh workspace/py-docs workspace/wheelhouse
@@ -175,12 +175,17 @@ workflows:
requires: requires:
- cargo_fetch - cargo_fetch
# Linux Desktop # Linux Desktop 64bit
- test_x86_64-unknown-linux-gnu: - test_x86_64-unknown-linux-gnu:
requires: requires:
- cargo_fetch - cargo_fetch
# Linux Desktop # Linux Desktop 32bit
- test_i686-unknown-linux-gnu:
requires:
- cargo_fetch
# Android 64bit
# - test_aarch64-linux-android: # - test_aarch64-linux-android:
# requires: # requires:
# - cargo_fetch # - cargo_fetch