Skip to content

Commit

Permalink
Remove non-essential files for build
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Aug 23, 2024
1 parent 8fd1051 commit cc575ac
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,33 @@ jobs:
with:
submodules: 'true'
fetch-tags: 'true'
- name: Remove test files
shell: bash
run: |
rm -rf doc
rm -rf scripts
rm src/run_unit_tests.py
rm -rf src/tribler/test_integration
rm -rf src/tribler/test_unit
rm -rf pyipv8/.github
rm pyipv8/.gitignore
rm pyipv8/.gitmodules
rm pyipv8/.readthedocs.yaml
rm pyipv8/.ruff.toml
rm pyipv8/*.md
rm pyipv8/*.ini
rm pyipv8/create_setup_taskmanager.py
rm pyipv8/create_test_coverage_report.py
rm pyipv8/github_increment_version.py
rm pyipv8/run_all_tests.py
rm pyipv8/setup.py
rm -rf pyipv8/doc
rm -rf pyipv8/scripts
rm -rf pyipv8/stresstest
rm -rf pyipv8/systemd
rm -rf pyipv8/ipv8/test
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit cc575ac

Please sign in to comment.