This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-nitride-cil/scripts/build.sh

8 lines
122 B
Bash
Raw Normal View History

#!/usr/bin/env sh
cd $(dirname $0)/..
./scripts/setup.sh || exit 1
2022-09-06 04:14:29 +00:00
echo "$(basename $0): building project"
dotnet build