Skip to content

Instantly share code, notes, and snippets.

@rbvermaa
Created September 21, 2014 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbvermaa/af2611433b1c97a132e7 to your computer and use it in GitHub Desktop.
Save rbvermaa/af2611433b1c97a132e7 to your computer and use it in GitHub Desktop.
script: ./maintainers/scripts/travis/basic-checks.sh
#! /usr/bin/env bash
# Install Nix
bash <(curl https://nixos.org/nix/install)
source $HOME/.nix-profile/etc/profile.d/nix.sh
echo "Building tarball"
nix-build -j 2 $(dirname $(readlink -f $0))/../../../pkgs/top-level/release.nix -A tarball
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment