Added as a comment to the current pull request
This commit is contained in:
parent
6bde92bd91
commit
ea3361a191
4 changed files with 58 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
on:
|
||||
push:
|
||||
jobs:
|
||||
check:
|
||||
runs-on: nixos
|
||||
steps:
|
||||
- uses: "https://code.forgejo.org/actions/checkout@v4"
|
||||
- run: nix --version
|
||||
- run: nix flake check --keep-going --verbose
|
||||
build:
|
||||
runs-on: nixos
|
||||
strategy:
|
||||
matrix:
|
||||
target:
|
||||
- audiomenu
|
||||
- docs
|
||||
- jpassmenu
|
||||
- nixosConfigurations.vm.config.system.build.toplevel
|
||||
- nvim
|
||||
steps:
|
||||
- uses: "https://code.forgejo.org/actions/checkout@v4"
|
||||
- run: nix --version
|
||||
- run: nix build --print-build-logs '.#${{ matrix.target }}'
|
10
.forgejo/workflows/size-report.yml
Normal file
10
.forgejo/workflows/size-report.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
on:
|
||||
pull_request:
|
||||
jobs:
|
||||
report-size:
|
||||
runs-on: nixos
|
||||
steps:
|
||||
- uses: "https://git.salame.cl/actions/checkout@v4"
|
||||
- run: nix --version
|
||||
- name: Report Size
|
||||
run: ci-scripts/report-size.sh
|
Loading…
Add table
Add a link
Reference in a new issue