mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-03 17:59:19 +02:00
try unify environment-var settings
This commit is contained in:
parent
ef350e2102
commit
4a1a0638da
1 changed files with 12 additions and 15 deletions
|
@ -32,9 +32,6 @@ jobs:
|
|||
upload_docs_wheels:
|
||||
machine: True
|
||||
steps:
|
||||
- run:
|
||||
command: |
|
||||
echo 'export MESONARGS=""' >> $BASH_ENV
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
at: workspace
|
||||
|
@ -47,10 +44,10 @@ jobs:
|
|||
- checkout
|
||||
- run: docker pull deltachat/coredeps
|
||||
- run:
|
||||
command: |
|
||||
echo 'export MESONARGS="-Dmonolith=true"' >> $BASH_ENV
|
||||
echo 'export TESTS=1' >> $BASH_ENV
|
||||
- run: ci_scripts/ci_run.sh
|
||||
environment:
|
||||
MESONARGS: -Dmonolith=true
|
||||
TESTS: 1
|
||||
command: ci_scripts/ci_run.sh
|
||||
|
||||
build_static:
|
||||
machine: True
|
||||
|
@ -58,9 +55,9 @@ jobs:
|
|||
- checkout
|
||||
- run: docker pull deltachat/coredeps
|
||||
- run:
|
||||
command: |
|
||||
echo 'export MESONARGS="--default-library=static"' >> $BASH_ENV
|
||||
- run: ci_scripts/ci_run.sh
|
||||
environment:
|
||||
MESONARGS: --default-library=static
|
||||
command: ci_scripts/ci_run.sh
|
||||
|
||||
build_forcefallback:
|
||||
machine: True
|
||||
|
@ -68,9 +65,9 @@ jobs:
|
|||
- checkout
|
||||
- run: docker pull deltachat/coredeps
|
||||
- run:
|
||||
command: |
|
||||
echo 'export MESONARGS="--wrap-mode=forcefallback --default-library=static"' >> $BASH_ENV
|
||||
- run: ci_scripts/ci_run.sh
|
||||
environment:
|
||||
MESONARGS: --wrap-mode=forcefallback --default-library=static
|
||||
command: ci_scripts/ci_run.sh
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue