Mercurial > minori
view .builds/linux.yml @ 291:9a88e1725fd2
*: refactor lots of stuff
I forgot to put this into different commits, oops!
anyway, it doesn't really matter *that* much since this is an
unfinished hobby project anyway. once it starts getting stable
commit history will be more important, but for now it's not
that big of a deal
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Sun, 12 May 2024 16:31:07 -0400 |
parents | 862d0d8619f6 |
children | bf89fbf7ff38 |
line wrap: on
line source
image: debian/bookworm packages: - qtbase5-dev - qttools5-dev - automake - autoconf - libtool - clang - libcurl4-openssl-dev - wget - fuse - file - xorg-dev # shouldn't install Xorg! - libwayland-dev - pkg-config - libglib2.0-dev sources: - https://hg.sr.ht/~mrpapersonic/minori tasks: - build: | # build cd minori autoreconf -i mkdir build cd build ../configure make sudo make install # resources mkdir -p rc cp ../rc/sys/linux/Minori.desktop rc/Minori.desktop cp ../rc/sys/linux/Minori.png rc/Minori.png # use linuxdeploy to make an appimage wget -O linuxdeploy "https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20231026-1/linuxdeploy-x86_64.AppImage" chmod +x linuxdeploy LD_LIBRARY_PATH=/usr/local/lib ./linuxdeploy --appdir Minori --executable $(which minori) -d rc/Minori.desktop -i rc/Minori.png --output appimage artifacts: - minori/build/Minori-x86_64.AppImage triggers: - action: email condition: failure to: Paper <paper@paper.us.eu.org>