mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-08 10:40:41 +01:00
test
This commit is contained in:
parent
0203cbc530
commit
69ad00fcbf
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
@ -41,16 +41,13 @@ jobs:
|
|||||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||||
include:
|
include:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
name: Apps-Windows
|
name: sc64-windows
|
||||||
options: --console
|
options: --console --icon ../../assets/sc64_logo_256_256.png
|
||||||
# zip: tar.exe -a -c -f
|
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
name: Apps-Linux
|
name: sc64-linux
|
||||||
# zip: zip -r
|
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
name: Apps-macOS
|
name: sc64-macos
|
||||||
options: --console
|
options: --console --icon ../../assets/sc64_logo_256_256.png
|
||||||
# zip: zip -r
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
@ -68,13 +65,9 @@ jobs:
|
|||||||
working-directory: sw/pc
|
working-directory: sw/pc
|
||||||
|
|
||||||
- name: Create sc64 executable
|
- name: Create sc64 executable
|
||||||
run: pyinstaller --clean --onefile ${{ matrix.options }} sc64.py
|
run: pyinstaller --clean --onefile --name ${{ matrix.name }} ${{ matrix.options }} sc64.py
|
||||||
working-directory: sw/pc
|
working-directory: sw/pc
|
||||||
|
|
||||||
# - name: Create primer executable
|
|
||||||
# run: pyinstaller --onefile primer.py
|
|
||||||
# working-directory: sw/pc
|
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
BIN
assets/sc64_logo_256_256.png
Normal file
BIN
assets/sc64_logo_256_256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
Loading…
Reference in New Issue
Block a user