mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-01 23:50:42 +02:00
9 lines
158 B
Bash
Executable File
9 lines
158 B
Bash
Executable File
|
|
SCRIPTDIR=$(cd "$(dirname "$0")" && pwd)
|
|
VERSION=$(cat $SCRIPTDIR/../VERSION)
|
|
export VERSION
|
|
|
|
echo "building conda package version: $VERSION"
|
|
|
|
conda build .
|