Blame autobuild/travis-linux.sh

2294c9
#!/bin/bash
2294c9
#
2294c9
2294c9
REPO_DIR=`dirname "$0"`
2294c9
pushd ${REPO_DIR}/.. > /dev/null
2294c9
REPO_DIR=`pwd`
2294c9
popd > /dev/null
2294c9
2294c9
curl https://nixos.org/nix/install | bash
2294c9
source ~/.nix-profile/etc/profile.d/nix.sh
2294c9
2294c9
nix-shell --command ${REPO_DIR}/build-production.sh ${REPO_DIR}/autobuild/default.nix