mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
ci: update configs to use scripts from scripts/ directory
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
executor: doxygen
|
executor: doxygen
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: bash ci_scripts/run-doxygen.sh
|
- run: bash scripts/run-doxygen.sh
|
||||||
- run: mkdir -p workspace/c-docs
|
- run: mkdir -p workspace/c-docs
|
||||||
- run: cp -av deltachat-ffi/{html,xml} workspace/c-docs/
|
- run: cp -av deltachat-ffi/{html,xml} workspace/c-docs/
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
@@ -27,7 +27,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
# the following commands on success produces
|
# the following commands on success produces
|
||||||
# workspace/{wheelhouse,py-docs} as artefact directories
|
# workspace/{wheelhouse,py-docs} as artefact directories
|
||||||
- run: bash ci_scripts/remote_python_packaging.sh
|
- run: bash scripts/remote_python_packaging.sh
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: workspace
|
root: workspace
|
||||||
paths:
|
paths:
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
- 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 workspace/c-docs
|
- run: scripts/ci_upload.sh workspace/py-docs workspace/wheelhouse workspace/c-docs
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2.1
|
version: 2.1
|
||||||
|
|||||||
2
.github/workflows/remote_tests.yml
vendored
2
.github/workflows/remote_tests.yml
vendored
@@ -18,4 +18,4 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
SSH_KEY: ${{ secrets.SSH_KEY }}
|
SSH_KEY: ${{ secrets.SSH_KEY }}
|
||||||
- run: ci_scripts/remote_tests_python.sh
|
- run: scripts/remote_tests_python.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user