image: debian/stable packages: - wget sources: - https://git.sr.ht/~euandreh/songbooks tasks: - install-guix: | cd ./songbooks/ ./scripts/install-guix.sh ./scripts/start-guix.sh echo 'sudo guix-daemon --build-users-group=guixbuild &' >> ~/.buildenv echo 'export PATH="${HOME}/.config/guix/current/bin${PATH:+:}$PATH"' >> ~/.buildenv - tests: | cd ./songbooks/ guix environment -m build-aux/guix.scm -- make check - docs: | cd ./songbooks/ guix environment -m build-aux/guix.scm -- make publish-dist