mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-22 14:09:16 +01:00
fix
This commit is contained in:
parent
3d84726a05
commit
b54cb8692a
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -52,29 +52,33 @@ jobs:
|
|||||||
build-deployer:
|
build-deployer:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
version: [windows, windows-32bit, linux, macos]
|
||||||
include:
|
include:
|
||||||
- os: windows-latest
|
- version: windows
|
||||||
|
os: windows-latest
|
||||||
executable: sc64deployer.exe
|
executable: sc64deployer.exe
|
||||||
name: sc64-deployer-windows
|
name: sc64-deployer-windows
|
||||||
options: -c -a -f
|
options: -c -a -f
|
||||||
extension: zip
|
extension: zip
|
||||||
|
|
||||||
- os: windows-latest
|
- version: windows-32bit
|
||||||
|
os: windows-latest
|
||||||
executable: sc64deployer.exe
|
executable: sc64deployer.exe
|
||||||
name: sc64-deployer-windows-32bit
|
name: sc64-deployer-windows-32bit
|
||||||
parameters: --target=i686-pc-windows-msvc
|
parameters: --target=i686-pc-windows-msvc
|
||||||
options: -c -a -f
|
options: -c -a -f
|
||||||
extension: zip
|
extension: zip
|
||||||
|
|
||||||
- os: ubuntu-latest
|
- version: linux
|
||||||
|
os: ubuntu-latest
|
||||||
linux-packages: libudev-dev
|
linux-packages: libudev-dev
|
||||||
executable: sc64deployer
|
executable: sc64deployer
|
||||||
name: sc64-deployer-linux
|
name: sc64-deployer-linux
|
||||||
options: -czf
|
options: -czf
|
||||||
extension: tar.gz
|
extension: tar.gz
|
||||||
|
|
||||||
- os: macos-latest
|
- version: macos
|
||||||
|
os: macos-latest
|
||||||
executable: sc64deployer
|
executable: sc64deployer
|
||||||
name: sc64-deployer-macos
|
name: sc64-deployer-macos
|
||||||
options: -czf
|
options: -czf
|
||||||
|
Loading…
Reference in New Issue
Block a user