Skip to content

Commit

Permalink
ci: build fusebox
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Aug 4, 2024
1 parent b81ed82 commit 5fee0b1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,27 @@ jobs:
dnf5 update -y --setopt=install_weak_deps=False
dnf5 install -y --setopt=install_weak_deps=False dnf5-plugins
dnf5 config-manager addrepo --from-repofile='https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo'
dnf5 install -y libhelium-devel libbismuth-devel sass git rust cargo rustdoc rustfmt
dnf5 install -y libhelium-devel libbismuth-devel sass git rust cargo rustdoc rustfmt meson ninja vala
- uses: actions/checkout@v4
with:
submodules: "recursive"

- name: Checkout fusebox
uses: actions/checkout@v4
with:
repository: tau-OS/fusebox
path: fusebox-src
- name: Install fusebox
run: meson build
working-directory: ./fusebox-src
- name: Build fusebox with Ninja
run: ninja
working-directory: ./fusebox-src/build
- name: Install fusebox globally
run: ninja install
working-directory: ./fusebox-src/build

- name: Generate docs
run: cargo install rustdoc-stripper
- run: PATH="$HOME/.cargo/bin:$PATH" ./generator.py --embed-docs
Expand Down

0 comments on commit 5fee0b1

Please sign in to comment.