1
0
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:
Edgar
2021-07-24 12:53:23 +00:00
parent 31fbfeec52
commit 5b308e2568
3 changed files with 31 additions and 2 deletions

View File

@@ -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