Mercurial > minori
comparison .builds/win32.yml @ 131:5c48adf4ca1f
builds/win32: install wine32
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Thu, 09 Nov 2023 02:43:40 -0500 |
| parents | 859d2a957940 |
| children | 4c5d11d294dd |
comparison
equal
deleted
inserted
replaced
| 130:a00180d2523c | 131:5c48adf4ca1f |
|---|---|
| 16 - https://hg.sr.ht/~mrpapersonic/minori | 16 - https://hg.sr.ht/~mrpapersonic/minori |
| 17 - https://github.com/holyblackcat/quasi-msys2 | 17 - https://github.com/holyblackcat/quasi-msys2 |
| 18 environment: | 18 environment: |
| 19 BUILD_SUBMITTER: hg.sr.ht | 19 BUILD_SUBMITTER: hg.sr.ht |
| 20 tasks: | 20 tasks: |
| 21 - get-wine32: | | |
| 22 sudo dpkg --add-architecture i386 | |
| 23 sudo apt-get update | |
| 24 sudo apt-get install wine32:i386 | |
| 21 - build: | | 25 - build: | |
| 22 cd quasi-msys2 | 26 cd quasi-msys2 |
| 23 echo MINGW32 >msystem.txt | 27 echo MINGW32 >msystem.txt |
| 24 make install _gcc _qt5-base _qt5-tools _curl | 28 make install _gcc _qt5-base _qt5-tools _curl |
| 25 cd ../minori | 29 cd ../minori |
