File: travis-linux.sh

package info (click to toggle)
synfig 1.4.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 59,544 kB
  • sloc: cpp: 117,073; sh: 5,955; makefile: 1,483; csh: 243; perl: 238; ruby: 44
file content (12 lines) | stat: -rwxr-xr-x 277 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
#

REPO_DIR=`dirname "$0"`
pushd ${REPO_DIR}/.. > /dev/null
REPO_DIR=`pwd`
popd > /dev/null

curl https://nixos.org/nix/install | bash
source ~/.nix-profile/etc/profile.d/nix.sh

nix-shell --command ${REPO_DIR}/build-production.sh ${REPO_DIR}/autobuild/default.nix