10 lines
261 B
YAML
10 lines
261 B
YAML
---
|
|
language: nix
|
|
script:
|
|
# Build the derivation targeting NixOS.
|
|
# This derivation executes tests.
|
|
- nix-build default.nix
|
|
|
|
# Build the release derivation with statically linked executables
|
|
# for multiple operating systems.
|
|
- nix-build release.nix
|