feat(build): Build both derivations on Travis
This commit is contained in:
parent
4a6db37ef7
commit
a1d9d8b199
1 changed files with 8 additions and 0 deletions
|
@ -1,2 +1,10 @@
|
||||||
---
|
---
|
||||||
language: nix
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue