Skip to content

Commit

Permalink
move test/must-build to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Aug 1, 2023
1 parent 2dbd2f0 commit b654b72
Show file tree
Hide file tree
Showing 12 changed files with 2,484 additions and 516 deletions.
31 changes: 15 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,6 @@ jobs:
pip install -r test/requirements.txt
pip install .
- name: Build Test
run: |
cd test/must-build && make html SPHINXOPTS='-W'
- name: Build Test with toc show_parents=hide
run: |
cd test/must-build && make html SPHINXOPTS='-W -D toc_object_entries_show_parents=hide'
- name: Build Test with toc show_parents=domain
run: |
cd test/must-build && make html SPHINXOPTS='-W -D toc_object_entries_show_parents=domain'
- name: Build Test with toc show_parents=all
run: |
cd test/must-build && make html SPHINXOPTS='-W -D toc_object_entries_show_parents=all'
- name: Build Unit Tests
run: |
cd test
Expand All @@ -77,3 +61,18 @@ jobs:
commit_user_name: Bot
commit_user_email: [email protected]
commit_author: Bot <[email protected]>

- name: Build Unit Tests with toc show_parents=hide
run: |
cd test
make html SPHINXOPTS='-W -D toc_object_entries_show_parents=hide'
- name: Build Unit Tests with toc show_parents=domain
run: |
cd test
make html SPHINXOPTS='-W -D toc_object_entries_show_parents=domain'
- name: Build Unit Tests with toc show_parents=all
run: |
cd test
make html SPHINXOPTS='-W -D toc_object_entries_show_parents=all'
130 changes: 0 additions & 130 deletions test/must-build/Makefile

This file was deleted.

210 changes: 0 additions & 210 deletions test/must-build/conf.py

This file was deleted.

Loading

0 comments on commit b654b72

Please sign in to comment.