mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 00:23:32 +02:00
🎉 Added cmake target for building manpage with scdoc
Signed-off-by: Edgar <Edgar@AnotherFoxGuy.com>
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
((${BASH_VERSION%%.*} >= 4)) || { echo >&2 "$0: Error: Please upgrade Bash."; exit 1; }
|
||||
|
||||
if [ -f "activate.sh" ]; then
|
||||
echo "Setting up conan venv"
|
||||
source activate.sh
|
||||
fi
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
conan --version # check it works
|
||||
|
Reference in New Issue
Block a user