Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
Fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Apr 23, 2020
1 parent 07680e6 commit b589532
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ task:
depends_on:
- Unit Tests
script: python3 -m twine upload --username $TWINE_USERNAME --password $TWINE_PASSWORD dist/*
- name: Build Documentation
script:
- cd ./docs/
- make dirhtml
docs_build_artifacts:
path: docs/_build/**/**
build_artifacts:
path: dist/*.*
on_failure:
Expand All @@ -44,3 +38,18 @@ task:
before_cache_script: |
rm -rf /tmp/cirrus-ci-build/area4.dist-info
python3 -m pip uninstall --yes area4
task:
name: Documentation Tests
container:
image: python:latest
use_compute_credits: true
auto_cancellation: true
Download_Sphinx_script:
- python3 -m pip install --upgrade -r requirements-dev.txt
Install_Library_script: python3 -m pip install --upgrade .
script:
- cd ./docs/
- make dirhtml
build_artifacts:
path: docs/_build/**/**

0 comments on commit b589532

Please sign in to comment.