Skip to content

Instantly share code, notes, and snippets.

@rbvermaa
Created September 21, 2014 10:15
Show Gist options
  • Select an option

  • Save rbvermaa/af2611433b1c97a132e7 to your computer and use it in GitHub Desktop.

Select an option

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