Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
ci: nuitka build test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouwrice committed Apr 26, 2024
1 parent b45e859 commit f2c86dd
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@ jobs:
with:
python-version: '3.11'

- name: Load cached Poetry installation
id: cached-poetry
uses: actions/cache@v3
with:
path: ~/.local # the path depends on the OS
key: poetry-0 # increment to reset cache
- name: Install Poetry
if: steps.cached-poetry.outputs.cache-hit != 'true'
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true

- name: Load cached venv
id: cached-pip-wheels
Expand All @@ -51,12 +55,12 @@ jobs:
script-name: ./drumpy/cli.py
standalone: true
onefile: false
include-plugin-directory: .venv/Lib/site-packages/pygame_gui/data/
include-plugin-directory: .venv/lib/site-packages/pygame_gui/data/
include-data-dir: ./DrumSamples=./DrumSamples
include-data-files: |
./*.task=./
.venv/Lib/site-packages/pygame_gui/data/*.*=pygame_gui/data/
.venv/Lib/site-packages/pygame_gui/data/translations/*=pygame_gui/data/translations/
.venv/lib/site-packages/pygame_gui/data/*.*=pygame_gui/data/
.venv/lib/site-packages/pygame_gui/data/translations/*=pygame_gui/data/translations/
enable-console: true
enable-plugins: no-qt
company-name: Mouwrice
Expand Down

0 comments on commit f2c86dd

Please sign in to comment.