cog/ci_scripts/ci_pre_xcodebuild.sh

10 lines
132 B
Bash
Executable File

#!/bin/sh
BASEDIR=$(dirname "$0")
git=$(which git)
"$git" -C "${BASEDIR}/.." fetch --tags
"${BASEDIR}/../Scripts/genversion.sh"