test 32bit windows build

This commit is contained in:
Mateusz Faderewski 2023-12-17 19:49:34 +01:00
parent c14da52f46
commit 3d84726a05

View File

@ -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