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
|
||||
pwd
|
||||
|
||||
ln -s ci/mynewt_targets targets
|
||||
ln -s ci/mynewt_keys keys
|
||||
|
||||
for target in $(ls targets); do
|
||||
for target in $(ls ci/mynewt_targets); do
|
||||
newt build $target
|
||||
[[ $? -ne 0 ]] && exit 1
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue