Files
wwdpublic/Scripts/sh/buildAllDebug.sh
stellar-novas 2c3496b266 Build doc cleanup (#470)
# Description

This pr streamlines the build process by removing the python3 dependency
and pointing to the new build scripts.
2024-06-16 18:49:20 -04:00

12 lines
192 B
Bash
Executable File

#!/usr/bin/env sh
# make sure to start from script dir
if [ "$(dirname $0)" != "." ]; then
cd "$(dirname $0)"
fi
cd ../../
git submodule update --init --recursive
dotnet build -c Debug