Remove symlinks, newt should find packages
Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
parent
e14729b95b
commit
4b2547c755
|
@ -20,10 +20,7 @@
|
||||||
export PATH=$HOME/bin:$PATH
|
export PATH=$HOME/bin:$PATH
|
||||||
pwd
|
pwd
|
||||||
|
|
||||||
ln -s ci/mynewt_targets targets
|
for target in $(ls ci/mynewt_targets); do
|
||||||
ln -s ci/mynewt_keys keys
|
|
||||||
|
|
||||||
for target in $(ls targets); do
|
|
||||||
newt build $target
|
newt build $target
|
||||||
[[ $? -ne 0 ]] && exit 1
|
[[ $? -ne 0 ]] && exit 1
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue