Mercurial > minori
annotate .builds/win32.yml @ 27:c1d2e4f4ee98
ci/win32: install native cmake
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Wed, 20 Sep 2023 00:11:31 -0400 |
parents | d10ba1670d82 |
children | 58d53f014612 |
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 |
27
c1d2e4f4ee98
ci/win32: install native cmake
Paper <mrpapersonic@gmail.com>
parents:
26
diff
changeset
|
11 - cmake |
21 | 12 sources: |
13 - https://hg.sr.ht/~mrpapersonic/minori | |
14 - https://github.com/holyblackcat/quasi-msys2 | |
15 environment: | |
16 BUILD_SUBMITTER: hg.sr.ht | |
17 tasks: | |
18 - build: | | |
19 cd quasi-msys2 | |
20 echo MINGW32 >msystem.txt | |
21 make install _gcc _qt5-base _curl | |
22 cd ../minori | |
23 mkdir build | |
24 cd build | |
26
d10ba1670d82
ci/win32: fix quasi-msys2 path
Paper <mrpapersonic@gmail.com>
parents:
25
diff
changeset
|
25 bash -c 'source ../../quasi-msys2/env/all.src && cmake .. -G "Unix Makefiles" && make' |
21 | 26 triggers: |
27 - action: email | |
28 condition: failure | |
22
33961277a40f
ci: switch image from arch to alpine
Paper <mrpapersonic@gmail.com>
parents:
21
diff
changeset
|
29 to: Paper <mrpapersonic@gmail.com> |