Skip to content

nix: add Gh workflow for building Flake packages #1

nix: add Gh workflow for building Flake packages

nix: add Gh workflow for building Flake packages #1

Workflow file for this run

---
name: ci / nix-builds
on:
pull_request:
branches: [master]
jobs:
build:
name: Build Nix Flake packages
runs-on: [self-hosted, Linux]
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build library
shell: bash
run: nix build --accept-flake-config '.?submodules=1#libsds'
- name: Build Android library
shell: bash
run: nix build --accept-flake-config '.?submodules=1#libsds-android-arm64'