mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-08 10:40:41 +01:00
test
This commit is contained in:
parent
69ad00fcbf
commit
0a0b4f036d
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -42,12 +42,13 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
name: sc64-windows
|
name: sc64-windows
|
||||||
options: --console --icon ../../assets/sc64_logo_256_256.png
|
options: --onefile --console --icon ../../assets/sc64_logo_256_256.png
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
name: sc64-linux
|
name: sc64-linux
|
||||||
|
options: --onefile
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
name: sc64-macos
|
name: sc64-macos
|
||||||
options: --console --icon ../../assets/sc64_logo_256_256.png
|
options: --onedir --console --icon ../../assets/sc64_logo_256_256.png
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
@ -65,7 +66,7 @@ jobs:
|
|||||||
working-directory: sw/pc
|
working-directory: sw/pc
|
||||||
|
|
||||||
- name: Create sc64 executable
|
- name: Create sc64 executable
|
||||||
run: pyinstaller --clean --onefile --name ${{ matrix.name }} ${{ matrix.options }} sc64.py
|
run: pyinstaller --clean ${{ matrix.options }} sc64.py
|
||||||
working-directory: sw/pc
|
working-directory: sw/pc
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
Loading…
Reference in New Issue
Block a user