tvl-depot/.travis.yml
2018-03-09 13:35:35 +01:00

10 lines
261 B
YAML

---
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