build: Collect travis build files travis build specific directories
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
set -eux
|
||||
|
||||
# Paths to tools installed by travis-install.sh
|
||||
export PATH=${PWD}/gcc-arm-none-eabi-7-2017-q4-major/bin:${PATH}
|
||||
PYTHON=${PWD}/python-env/bin/python
|
||||
MAIN_DIR=${PWD}
|
||||
BUILD_DIR=${PWD}/travis_build
|
||||
export PATH=${BUILD_DIR}/gcc-arm-none-eabi-7-2017-q4-major/bin:${PATH}
|
||||
PYTHON=${BUILD_DIR}/python-env/bin/python
|
||||
|
||||
|
||||
######################################################################
|
||||
@@ -28,7 +30,7 @@ echo "travis_fold:end:check_whitespace"
|
||||
# Run compile tests for several different MCU types
|
||||
######################################################################
|
||||
|
||||
DICTDIR=${PWD}/dict
|
||||
DICTDIR=${BUILD_DIR}/dict
|
||||
mkdir -p ${DICTDIR}
|
||||
|
||||
for TARGET in test/configs/*.config ; do
|
||||
@@ -49,7 +51,7 @@ done
|
||||
# Verify klippy host software
|
||||
######################################################################
|
||||
|
||||
HOSTDIR=${PWD}/hosttest
|
||||
HOSTDIR=${BUILD_DIR}/hosttest
|
||||
mkdir -p ${HOSTDIR}
|
||||
|
||||
echo "travis_fold:start:klippy"
|
||||
|
||||
Reference in New Issue
Block a user