mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-22 05:59:15 +01:00
test 32bit windows build
This commit is contained in:
parent
c14da52f46
commit
3d84726a05
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -60,6 +60,13 @@ jobs:
|
|||||||
options: -c -a -f
|
options: -c -a -f
|
||||||
extension: zip
|
extension: zip
|
||||||
|
|
||||||
|
- os: windows-latest
|
||||||
|
executable: sc64deployer.exe
|
||||||
|
name: sc64-deployer-windows-32bit
|
||||||
|
parameters: --target=i686-pc-windows-msvc
|
||||||
|
options: -c -a -f
|
||||||
|
extension: zip
|
||||||
|
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
linux-packages: libudev-dev
|
linux-packages: libudev-dev
|
||||||
executable: sc64deployer
|
executable: sc64deployer
|
||||||
@ -94,7 +101,7 @@ jobs:
|
|||||||
sudo apt-get -y install ${{ matrix.linux-packages }}
|
sudo apt-get -y install ${{ matrix.linux-packages }}
|
||||||
|
|
||||||
- name: Build deployer
|
- name: Build deployer
|
||||||
run: cargo b -r
|
run: cargo b -r ${{ matrix.parameters }}
|
||||||
working-directory: sw/deployer
|
working-directory: sw/deployer
|
||||||
|
|
||||||
- name: Package executable
|
- name: Package executable
|
||||||
|
Loading…
Reference in New Issue
Block a user