Skip to content

Commit a1d9d8b

Browse files
tazjinVincent Ambo
authored and
Vincent Ambo
committed
feat(build): Build both derivations on Travis
1 parent 4a6db37 commit a1d9d8b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
---
22
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

Comments
 (0)