continuous-build.sh: add cross-compiler to $PATH

This commit is contained in:
Giacomo Tesio 2016-11-26 10:48:59 +01:00
parent 8bcf5fe6de
commit e83a580e4b
2 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,7 @@ if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
cd ..
export JEHANNE=`pwd`
export PATH="$JEHANNE/hacking/bin:$PATH"
export PATH="$JEHANNE/hacking/cross/toolchain/bin:$PATH"
export SH=`which rc`
export ARCH=amd64
git clean -xdf .

View File

@ -1,7 +1,6 @@
#!/bin/bash
export JEHANNE=`git rev-parse --show-toplevel`
export PATH="$JEHANNE/hacking/bin:$PATH"
export PATH="$JEHANNE/hacking/third_party/src/github.com/JehanneOS/devtools-kencc/bin:$PATH"
export PATH="$JEHANNE/hacking/cross/toolchain/bin:$PATH"
export ARCH=amd64