Skip to content

Commit

Permalink
[ci] forgejo: build more outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jalil-salame committed Jun 8, 2024
1 parent bb9e7b1 commit 36b1967
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .forgejo/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ jobs:
runs-on: nixos
strategy:
matrix:
machine:
- vm
target:
- docs
- nvim
- nixosConfigurations.vm.config.system.build.toplevel
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: nix --version
- run: nix build --print-build-logs '.#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel'
- run: nix build --print-build-logs '.#${{ matrix.target }}'

0 comments on commit 36b1967

Please sign in to comment.