1
0
Fork 0
arangodb/scripts/build-deb.sh

19 lines
287 B
Bash
Executable File

#!/bin/bash
set -e
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd ${DIR}/..
export PARALLEL_BUILDS=25
./Installation/Jenkins/build.sh \
standard \
--rpath \
--package DEB \
--builddir build-deb \
--targetDir /var/tmp/ \
--jemalloc \
cd ${DIR}/..