arch: null artifacts: [] environment: BUILD_SUBMITTER: git.sr.ht GIT_REF: refs/heads/master image: debian/bullseye packages: - automake - nodejs - npm - python3-dev - virtualenv - python3-lxml - python3-pillow - python3-pytest - python3-pytest-xdist - python3-sphinx - python3-sphinxcontrib.devhelp - python3-sphinxcontrib.qthelp - python3-sphinxcontrib.websupport - python3-webtest - gstreamer1.0-libav - gstreamer1.0-plugins-bad - gstreamer1.0-plugins-base - gstreamer1.0-plugins-good - gstreamer1.0-plugins-ugly - python3-gst-1.0 - python3-numpy - gir1.2-gst-plugins-base-1.0 - gir1.2-gstreamer-1.0 - gstreamer1.0-tools - python3-gi - libexiv2-dev - libboost-python-dev - poppler-utils - python3-ldap - python3-openid repositories: {} secrets: [] shell: false sources: - https://git.sr.ht/~mediagoblin/mediagoblin#ffca286381342fb8f144d837cc4a607b9de5f8c0 tasks: - core: | set -x cd mediagoblin git show --oneline --no-patch ./bootstrap.sh ./configure make # Install additional Sphinx dependencies not in Debian. ./bin/pip install sphinxcontrib-applehelp sphinxcontrib-htmlhelp sphinxcontrib-jsmath # Install raw image library from PyPI as not available in Debian 11. ./bin/pip install py3exiv2 # Confirm our packages version for later troubleshooting. ./bin/python -m pip freeze # Run the tests, explicitly listing out skipped tests. ./bin/python -m pytest -rs ./mediagoblin/tests --forked # Check that `gmg` command runs ./bin/gmg dbupdate # Build the documentation. ./bin/python -m pip install '.[doc]' cd docs && make html triggers: [] oauth: ""