Skip to content

Commit

Permalink
Merge pull request #141 from beeware/console-tests
Browse files Browse the repository at this point in the history
Add support to create projects for Console apps
  • Loading branch information
freakboy3742 authored Jun 9, 2024
2 parents 971955c + 68fac73 commit d80ca2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/actions/app-create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ runs:
toga ) BOOTSTRAP=Toga ;;
pyside6 ) BOOTSTRAP=PySide6 ;;
pygame ) BOOTSTRAP=Pygame ;;
console ) BOOTSTRAP=Console ;;
* ) BOOTSTRAP=${{ inputs.framework }} ;;
esac
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ jobs:
strategy:
fail-fast: false
matrix:
framework: [ toga, pyside6, pygame ]
framework: [ toga, pyside6, pygame, console ]

test-verify-apps-appimage-templates:
name: Verify AppImage
Expand All @@ -360,7 +360,7 @@ jobs:
strategy:
fail-fast: false
matrix:
framework: [ toga, pyside6, pygame ]
framework: [ toga, pyside6, pygame, console ]

test-verify-apps-flatpak-templates:
name: Verify Flatpak
Expand All @@ -376,7 +376,7 @@ jobs:
strategy:
fail-fast: false
matrix:
framework: [ toga, pyside6, pygame ]
framework: [ toga, pyside6, pygame, console ]

test-verify-apps-macOS-templates:
name: Verify macOS
Expand All @@ -392,7 +392,7 @@ jobs:
strategy:
fail-fast: false
matrix:
framework: [ toga, pyside6, pygame ]
framework: [ toga, pyside6, pygame, console ]
format: [ app, Xcode ]

test-verify-apps-web-templates:
Expand Down Expand Up @@ -425,5 +425,5 @@ jobs:
strategy:
fail-fast: false
matrix:
framework: [ toga, pyside6, pygame ]
framework: [ toga, pyside6, pygame, console ]
format: [ app, VisualStudio ]

0 comments on commit d80ca2f

Please sign in to comment.