Mercurial > minori
annotate .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 |
rev | line source |
---|---|
22
33961277a40f
ci: switch image from arch to alpine
Paper <mrpapersonic@gmail.com>
parents:
21
diff
changeset
|
1 image: alpine/edge |
21 | 2 packages: |
3 - wget | |
4 - tar | |
5 - zstd | |
22
33961277a40f
ci: switch image from arch to alpine
Paper <mrpapersonic@gmail.com>
parents:
21
diff
changeset
|
6 - gpg |
21 | 7 - clang |
8 - lld | |
9 - wine | |
10 sources: | |
11 - https://hg.sr.ht/~mrpapersonic/minori | |
12 - https://github.com/holyblackcat/quasi-msys2 | |
13 environment: | |
14 BUILD_SUBMITTER: hg.sr.ht | |
15 tasks: | |
16 - build: | | |
17 cd quasi-msys2 | |
18 echo MINGW32 >msystem.txt | |
19 make install _gcc _qt5-base _curl | |
20 cd ../minori | |
21 mkdir build | |
22 cd build | |
23 bash -c 'source env/all.src && cmake .. -G "Unix Makefiles && make' | |
24 triggers: | |
25 - action: email | |
26 condition: failure | |
22
33961277a40f
ci: switch image from arch to alpine
Paper <mrpapersonic@gmail.com>
parents:
21
diff
changeset
|
27 to: Paper <mrpapersonic@gmail.com> |