diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-10-30 14:59:57 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-10-30 15:30:44 -0400 |
commit | 33a2d48888e685fb832ea9e3e30b2df218ab424b (patch) | |
tree | feb1e583d9ae4babf6ee28f1bc7585c2d297cfe7 /scripts/travis-build.sh | |
parent | 7ad36a21644a1eadfc449a56f4756b9c1fa56f88 (diff) | |
download | kutter-33a2d48888e685fb832ea9e3e30b2df218ab424b.tar.gz kutter-33a2d48888e685fb832ea9e3e30b2df218ab424b.tar.xz kutter-33a2d48888e685fb832ea9e3e30b2df218ab424b.zip |
build-test: Build with normal Ubuntu arm-eabi compiler
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/travis-build.sh')
-rwxr-xr-x | scripts/travis-build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh index 19877bf6..913a2aa0 100755 --- a/scripts/travis-build.sh +++ b/scripts/travis-build.sh @@ -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 |