blob: a97db2493a85f286e206800db68baa45518593a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---
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
|