Mercurial > minori
annotate .builds/win32.yml @ 24:b949a56b51dd
ci/win32: install xz
why isn't this listed in the dependencies?? lol
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 19 Sep 2023 23:55:30 -0400 |
parents | 33961277a40f |
children | d9a93499717a |
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 | |
24 | 9 - xz |
21 | 10 - wine |
11 sources: | |
12 - https://hg.sr.ht/~mrpapersonic/minori | |
13 - https://github.com/holyblackcat/quasi-msys2 | |
14 environment: | |
15 BUILD_SUBMITTER: hg.sr.ht | |
16 tasks: | |
17 - build: | | |
18 cd quasi-msys2 | |
19 echo MINGW32 >msystem.txt | |
20 make install _gcc _qt5-base _curl | |
21 cd ../minori | |
22 mkdir build | |
23 cd build | |
24 bash -c 'source env/all.src && cmake .. -G "Unix Makefiles && make' | |
25 triggers: | |
26 - action: email | |
27 condition: failure | |
22
33961277a40f
ci: switch image from arch to alpine
Paper <mrpapersonic@gmail.com>
parents:
21
diff
changeset
|
28 to: Paper <mrpapersonic@gmail.com> |