Remove symlinks, newt should find packages

Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
Fabio Utzig 2019-03-14 15:46:25 -03:00 committed by Fabio Utzig
parent e14729b95b
commit 4b2547c755
1 changed files with 1 additions and 4 deletions

View File

@ -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