10 lines
181 B
Bash
10 lines
181 B
Bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
|
|
. "$DIR/prelude.sh"
|
|
|
|
cd src
|
|
|
|
set -o errexit
|
|
|
|
activate_venv
|
|
python buildscripts/resmoke.py generate-fcv-constants
|