mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-07-10 23:25:42 +02:00
10 lines
189 B
Bash
Executable File
10 lines
189 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
|
|
|
git pull
|
|
LOG_FILE="$1-build-$(date -u +%F_%T).log"
|
|
ln -sf $LOG_FILE lts-build.log
|
|
time script -q -c "./build.sh $*" $LOG_FILE
|
|
date
|