Skip to content

Commit

Permalink
Merge pull request #30 from rmartin16/ci
Browse files Browse the repository at this point in the history
Remove testing apps since CI will generate them now
  • Loading branch information
freakboy3742 authored Nov 18, 2023
2 parents 75d9d81 + b804459 commit 39a42de
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 145 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ concurrency:

defaults:
run:
shell: bash # https://github.com/beeware/briefcase/pull/912
shell: bash

env:
FORCE_COLOR: "1"

jobs:
pre-commit:
name: Pre-commit checks
uses: beeware/.github/.github/workflows/pre-commit-run.yml@main
with:
pre-commit-source: "pre-commit"
pre-commit-source: pre-commit

verify-apps:
name: Build apps
Expand All @@ -36,5 +39,5 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
# Pyside2 and Pyside6, and PPB configs aren't known to work on Linux Flatpak at this time.
# PySide6 and PPB aren't known to work on Linux Flatpak
framework: [ "toga", "pygame" ]
1 change: 0 additions & 1 deletion tests/apps/verify-pygame/CHANGELOG

This file was deleted.

1 change: 0 additions & 1 deletion tests/apps/verify-pygame/LICENSE

This file was deleted.

27 changes: 0 additions & 27 deletions tests/apps/verify-pygame/pyproject.toml

This file was deleted.

Empty file.
4 changes: 0 additions & 4 deletions tests/apps/verify-pygame/src/verify_pygame/__main__.py

This file was deleted.

50 changes: 0 additions & 50 deletions tests/apps/verify-pygame/src/verify_pygame/app.py

This file was deleted.

Empty file.
Binary file not shown.
Binary file not shown.
28 changes: 0 additions & 28 deletions tests/apps/verify-toga/pyproject.toml

This file was deleted.

Empty file.
4 changes: 0 additions & 4 deletions tests/apps/verify-toga/src/verify_toga/__main__.py

This file was deleted.

27 changes: 0 additions & 27 deletions tests/apps/verify-toga/src/verify_toga/app.py

This file was deleted.

Empty file.
Binary file not shown.
Binary file not shown.

0 comments on commit 39a42de

Please sign in to comment.