We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6db37 commit a1d9d8bCopy full SHA for a1d9d8b
.travis.yml
@@ -1,2 +1,10 @@
1
---
2
language: nix
3
+script:
4
+ # Build the derivation targeting NixOS.
5
+ # This derivation executes tests.
6
+ - nix-build default.nix
7
+
8
+ # Build the release derivation with statically linked executables
9
+ # for multiple operating systems.
10
+ - nix-build release.nix
0 commit comments