-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (32 loc) · 841 Bytes
/
Copy pathbuild.yaml
File metadata and controls
37 lines (32 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: Build
on:
push:
paths:
- "**.nix"
- "**.rs"
- Cargo.*
- completions/**
- flake.lock
- man/**
pull_request:
workflow_dispatch:
jobs:
hsize:
name: hsize (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-24.04
- os: ubuntu-24.04-arm
steps:
- name: Clone repository
uses: actions/checkout@v7
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v22
with:
extra-conf: |
log-lines = 500
- name: Build Nix package
run: nix build -L