Mercurial > minori
annotate .builds/win32.yml @ 26:d10ba1670d82
ci/win32: fix quasi-msys2 path
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Wed, 20 Sep 2023 00:04:51 -0400 |
parents | d9a93499717a |
children | c1d2e4f4ee98 |
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 | |
26
d10ba1670d82
ci/win32: fix quasi-msys2 path
Paper <mrpapersonic@gmail.com>
parents:
25
diff
changeset
|
24 bash -c 'source ../../quasi-msys2/env/all.src && cmake .. -G "Unix Makefiles" && make' |
21 | 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> |