ci: don't cd / when building example app

this gets deleted after the build, so just build it in the efl directory
to avoid permission errors when building on osx

Differential Revision: https://phab.enlightenment.org/D6607
This commit is contained in:
Mike Blumenkrantz 2018-07-17 14:52:45 -04:00 committed by Stefan Schmidt
parent 005ba93234
commit 2053ccb717
1 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@
set -e
cd /
#clone our examples from efl
git clone --depth=1 -b master http://git.enlightenment.org/tools/examples.git/
@ -15,5 +13,5 @@ meson . ./build
ninja -C build all
#remove the folder again so its not left in the artifacts
cd /
cd ../../../..
rm -rf examples