Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 24, 2022
1 parent 323eb08 commit 769def0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Expand Up @@ -76,18 +76,6 @@ jobs:
cp dist/*.whl test-reports/dist
mkdir -p test-reports
cp -r wrapclib test-reports
# - run:
# name: documentation
# command: |
# . venv/bin/activate
# python setup.py build_sphinx
#
# - run:
# name: copy documentation
# command: |
# mkdir -p test-reports/doc
# zip -r -9 test-reports/doc/documentation_html.zip _doc/sphinxdoc/build/html
- store_artifacts:
path: test-reports
Expand Down
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -99,7 +99,6 @@ jobs:
displayName: 'Build inplace'
- script: |
python -m pip install cibuildwheel
set CIBW_BEFORE_BUILD="pip install ."
set CIBW_BEFORE_BUILD="pip install pybind11 cython numpy scipy pyquickhelper wcwidth backcall"
set CIBW_BUILD="cp37-win_amd64 cp38-win_amd64 cp39-win_amd64 cp310-win_amd64"
python -m cibuildwheel --output-dir dist/wheelhouse
Expand Down Expand Up @@ -186,7 +185,6 @@ jobs:
displayName: 'Build Package'
- script: |
python -m pip install cibuildwheel
export CIBW_BEFORE_BUILD="pip install ."
export CIBW_BEFORE_BUILD="pip install pybind11 cython numpy scipy pyquickhelper"
export CIBW_BUILD="cp37-macosx_x86_64 cp38-macosx_x86_64 cp39-macosx_x86_64 cp310-macosx_x86_64"
python -m cibuildwheel --output-dir dist/wheelhouse
Expand Down

0 comments on commit 769def0

Please sign in to comment.