2017-06-22 15:55:38 +02:00
|
|
|
---
|
2018-03-09 11:32:17 +01:00
|
|
|
language: nix
|
2018-03-09 12:57:07 +01:00
|
|
|
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
|