Skip to content
Snippets Groups Projects

ci: Run docs job in chroot

Merged Imported Administrator requested to merge pmb-ci-artifacts into master
All threads resolved!
2 files
+ 1
2
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 811f60d4
    ci: Run docs job in chroot · 811f60d4
    Luca Weiss authored
    Use the new "Artifacts" directive for .ci/docs.sh and run the job in the
    pmbootstrap chroot to avoid needing to install sphinx dependencies on
    the host.
    
    Fixes #2352
+ 1
1
#!/bin/sh -e
# Description: create documentation with sphinx
# Options: native
# Artifacts: public/
# https://postmarketos.org/pmb-ci
Loading