Mercurial > minori
annotate .builds/linux.yml @ 19:d05b1be2f3a6
anime_list.cpp: fix build failures on linux
For some reason conversion from uint64_t to QVariant is
ambiguous on Linux and ONLY Linux.
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 19 Sep 2023 23:10:49 -0400 |
parents | 6e6d09ce594e |
children | 33961277a40f |
rev | line source |
---|---|
16 | 1 image: archlinux |
2 packages: | |
3 - qt5-base | |
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> |