-
Patrick Shriwise authoredPatrick Shriwise authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
build_hit.sh 298 B
#!/usr/bin/env bash
# exit on error from command
set -e
script_dir=`dirname $0`
# move to the top of the pygriffin repository
cd $script_dir/..
# check out the MOOSE repository
git submodule update --init --recursive
# build hit library
cd vendor/moose/framework/contrib/hit
make hit hit.so