Mercurial > minori
annotate .builds/linux.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 | 386b9c08f185 |
children | 329b7921a6be |
rev | line source |
---|---|
22
33961277a40f
ci: switch image from arch to alpine
Paper <mrpapersonic@gmail.com>
parents:
16
diff
changeset
|
1 image: alpine/edge |
16 | 2 packages: |
23
386b9c08f185
ci: use "dev" versions of packages where applicable
Paper <mrpapersonic@gmail.com>
parents:
22
diff
changeset
|
3 - qt5-qtbase-dev |
16 | 4 - cmake |
5 - gcc | |
23
386b9c08f185
ci: use "dev" versions of packages where applicable
Paper <mrpapersonic@gmail.com>
parents:
22
diff
changeset
|
6 - curl-dev |
16 | 7 sources: |
8 - https://hg.sr.ht/~mrpapersonic/minori | |
9 environment: | |
10 BUILD_SUBMITTER: hg.sr.ht | |
11 tasks: | |
12 - build: | | |
13 cd minori | |
14 mkdir build | |
15 cd build | |
16 cmake .. -G "Unix Makefiles" | |
17 make | |
18 triggers: | |
19 - action: email | |
20 condition: failure | |
21 to: Paper <mrpapersonic@gmail.com> |