Skip to content
Snippets Groups Projects
Commit 7ca2788b authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] Do not run readme-check on osx

parent 18f46092
No related branches found
No related tags found
1 merge request!160Fix base_build() with a proper support for multi-package-building through conda-build
Pipeline #40152 passed
...@@ -14,11 +14,6 @@ stages: ...@@ -14,11 +14,6 @@ stages:
# Build targets # Build targets
.build_template: .build_template:
stage: build stage: build
script:
- python3 ./bob/devtools/bootstrap.py -vv build
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base
- python3 ./bob/devtools/build.py -vv --twine-check
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
cache: cache:
...@@ -36,6 +31,11 @@ build_linux: ...@@ -36,6 +31,11 @@ build_linux:
before_script: before_script:
- rm -f /root/.condarc - rm -f /root/.condarc
- rm -rf /root/.conda - rm -rf /root/.conda
script:
- python3 ./bob/devtools/bootstrap.py -vv build
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base
- python3 ./bob/devtools/build.py -vv --twine-check
artifacts: artifacts:
paths: paths:
- dist/*.zip - dist/*.zip
...@@ -52,6 +52,11 @@ build_macosx: ...@@ -52,6 +52,11 @@ build_macosx:
extends: .build_template extends: .build_template
tags: tags:
- macosx - macosx
script:
- python3 ./bob/devtools/bootstrap.py -vv build
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base
- python3 ./bob/devtools/build.py -vv
artifacts: artifacts:
paths: paths:
- ${CONDA_ROOT}/conda-bld/osx-64/*.conda - ${CONDA_ROOT}/conda-bld/osx-64/*.conda
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment