Mercurial > minori
view .builds/win32.yml @ 22:33961277a40f
ci: switch image from arch to alpine
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 19 Sep 2023 23:50:02 -0400 |
parents | c61ce6155e92 |
children | b949a56b51dd |
line wrap: on
line source
image: alpine/edge packages: - wget - tar - zstd - gpg - clang - lld - wine sources: - https://hg.sr.ht/~mrpapersonic/minori - https://github.com/holyblackcat/quasi-msys2 environment: BUILD_SUBMITTER: hg.sr.ht tasks: - build: | cd quasi-msys2 echo MINGW32 >msystem.txt make install _gcc _qt5-base _curl cd ../minori mkdir build cd build bash -c 'source env/all.src && cmake .. -G "Unix Makefiles && make' triggers: - action: email condition: failure to: Paper <mrpapersonic@gmail.com>