add .drone.yml

This commit is contained in:
Jean-François Milants 2021-07-25 11:45:51 +02:00
parent a519ce23e5
commit 27305e2f82

View File

@ -7,7 +7,7 @@ set -e
# Default locations if the var isn't already set
export TOOLS_DIR="${TOOLS_DIR:=/opt}"
export SOURCES_DIR="${SOURCES_DIR:=/sources}"
export SOURCES_DIR="${SOURCES_DIR:=.}"
export BUILD_DIR="${BUILD_DIR:=$SOURCES_DIR/build}"
export OUTPUT_DIR="${OUTPUT_DIR:=$BUILD_DIR/output}"