mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 05:24:02 -06:00
build-test: Build with normal Ubuntu arm-eabi compiler
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
7ad36a2164
commit
33a2d48888
3 changed files with 1 additions and 24 deletions
|
@ -7,7 +7,6 @@ set -eu
|
|||
# Paths to tools installed by travis-install.sh
|
||||
MAIN_DIR=${PWD}
|
||||
BUILD_DIR=${PWD}/travis_build
|
||||
export PATH=${BUILD_DIR}/gcc-arm-none-eabi-7-2017-q4-major/bin:${PATH}
|
||||
export PATH=${BUILD_DIR}/pru-gcc/bin:${PATH}
|
||||
PYTHON=${BUILD_DIR}/python-env/bin/python
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue