mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-22 14:09:16 +01:00
test
This commit is contained in:
parent
cded34c773
commit
9c8d215f33
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -44,6 +44,7 @@ jobs:
|
||||
os: [windows-latest, ubuntu-latest]
|
||||
include:
|
||||
- os: windows-latest
|
||||
pyinstaller-build-options: --target-arch=64bit
|
||||
pyinstaller-options: --console --icon ../../assets/sc64_logo_256_256.png
|
||||
package-name: sc64-windows
|
||||
package-options: -c -a -f
|
||||
@ -80,9 +81,10 @@ jobs:
|
||||
|
||||
- name: Compile and install pyinstaller
|
||||
run: |
|
||||
pip3 uninstall pyinstaller
|
||||
pip3 install wheel
|
||||
pushd bootloader
|
||||
python3 ./waf all
|
||||
python3 ./waf all ${{ matrix.pyinstaller-build-options }}
|
||||
popd
|
||||
pip3 install .
|
||||
working-directory: pyinstaller
|
||||
|
Loading…
Reference in New Issue
Block a user