Mercurial > minori
annotate .builds/linux.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 | 6e6d09ce594e |
| children | 386b9c08f185 |
| 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: |
|
22
33961277a40f
ci: switch image from arch to alpine
Paper <mrpapersonic@gmail.com>
parents:
16
diff
changeset
|
3 - qt5-qtbase |
| 16 | 4 - cmake |
| 5 - gcc | |
| 6 - curl | |
| 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> |
